Skip to content

Commit

Permalink
Version number bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
eao197 committed Jul 10, 2023
1 parent 78d0446 commit 5035f99
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.8.0")
set(SO_5_VERSION "5.8.0.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.8.0.0
// The current version is 5.8.0.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,4 +1,4 @@
module So5
VERSION = "5.8.0"
VERSION = "5.8.0.1"
end

0 comments on commit 5035f99

Please sign in to comment.