File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- set (SO_5_VERSION "5.8.0" )
1+ set (SO_5_VERSION "5.8.0.1 " )
22set (SO_5_SHARED_LIB so.${SO_5_VERSION} )
33set (SO_5_STATIC_LIB so_s.${SO_5_VERSION} )
Original file line number Diff line number Diff line change 1212
1313#pragma once
1414
15- // The current version is 5.8.0.0
15+ // The current version is 5.8.0.1
1616//
1717/* !
1818 * A number next to generation number in SObjectizer's version.
4343 * or API fixes are added to SObjectizer but SObjectizer API is compatible on
4444 * source-code level.
4545 */
46- #define SO_5_VERSION_PATCH 0ull
46+ #define SO_5_VERSION_PATCH 1ull
4747
4848/* !
4949 * Helper macro for make single number representation of SObjectizer's version.
Original file line number Diff line number Diff line change 11module So5
2- VERSION = "5.8.0"
2+ VERSION = "5.8.0.1 "
33end
44
You can’t perform that action at this time.
0 commit comments