Skip to content

Commit

Permalink
Version number is changed to 5.7.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
eao197 committed Dec 17, 2020
1 parent 89706ac commit 04ec6fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/so_5/cmake/target.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set(SO_5_VERSION "5.7.2")
set(SO_5_VERSION "5.7.2.1")
set(SO_5_SHARED_LIB so.${SO_5_VERSION})
set(SO_5_STATIC_LIB so_s.${SO_5_VERSION})
4 changes: 2 additions & 2 deletions dev/so_5/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#pragma once

// The current version is 5.7.2
// The current version is 5.7.2.1
//
/*!
* A number next to generation number in SObjectizer's version.
Expand Down Expand Up @@ -43,7 +43,7 @@
* or API fixes are added to SObjectizer but SObjectizer API is compatible on
* source-code level.
*/
#define SO_5_VERSION_PATCH 0ull
#define SO_5_VERSION_PATCH 1ull

/*!
* Helper macro for make single number representation of SObjectizer's version.
Expand Down
2 changes: 1 addition & 1 deletion dev/so_5/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module So5
VERSION = "5.7.2"
VERSION = "5.7.2.1"
end

0 comments on commit 04ec6fc

Please sign in to comment.