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.7.2.5 " )
1
+ set (SO_5_VERSION "5.7.2.6 " )
2
2
set (SO_5_SHARED_LIB so.${SO_5_VERSION} )
3
3
set (SO_5_STATIC_LIB so_s.${SO_5_VERSION} )
Original file line number Diff line number Diff line change 12
12
13
13
#pragma once
14
14
15
- // The current version is 5.7.2.5
15
+ // The current version is 5.7.2.6
16
16
//
17
17
/* !
18
18
* A number next to generation number in SObjectizer's version.
43
43
* or API fixes are added to SObjectizer but SObjectizer API is compatible on
44
44
* source-code level.
45
45
*/
46
- #define SO_5_VERSION_PATCH 5ull
46
+ #define SO_5_VERSION_PATCH 6ull
47
47
48
48
/* !
49
49
* Helper macro for make single number representation of SObjectizer's version.
Original file line number Diff line number Diff line change 1
1
module So5
2
- VERSION = "5.7.2.5 "
2
+ VERSION = "5.7.2.6 "
3
3
end
You can’t perform that action at this time.
0 commit comments