File tree Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Original file line number Diff line number Diff line change 26
26
# along with this program; if not, write to the Free Software Foundation, Inc.,
27
27
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28
28
29
+ #
30
+ # Connector/C++ version
31
+ #
32
+
33
+ set (CONCPP_VERSION_MAJOR 8 CACHE INTERNAL "version info" )
34
+ set (CONCPP_VERSION_MINOR 0 CACHE INTERNAL "version info" )
35
+ set (CONCPP_VERSION_MICRO 7 CACHE INTERNAL "version info" )
36
+ # Level is "-alpha", "-beta", empty if GA
37
+ set (CONCPP_VERSION_LEVEL "-rc" CACHE INTERNAL "version info" )
38
+
39
+ set (CONCPP_VERSION
40
+ "${CONCPP_VERSION_MAJOR} .${CONCPP_VERSION_MINOR} .${CONCPP_VERSION_MICRO} "
41
+ CACHE INTERNAL "version info"
42
+ )
43
+
44
+ #
45
+ # ABI versions
46
+ #
29
47
30
48
set (ABI_VERSION_MAJOR 1 CACHE INTERNAL "version info" )
31
49
set (ABI_VERSION_MINOR 0 CACHE INTERNAL "version info" )
41
59
CACHE INTERNAL "version info"
42
60
)
43
61
44
-
45
- set (CONCPP_VERSION_MAJOR 8 CACHE INTERNAL "version info" )
46
- set (CONCPP_VERSION_MINOR 0 CACHE INTERNAL "version info" )
47
- set (CONCPP_VERSION_MICRO 6 CACHE INTERNAL "version info" )
48
- # Level is "-alpha", "-beta", empty if GA
49
- set (CONCPP_VERSION_LEVEL "-dmr" CACHE INTERNAL "version info" )
50
-
51
- set (CONCPP_VERSION
52
- "${CONCPP_VERSION_MAJOR} .${CONCPP_VERSION_MINOR} .${CONCPP_VERSION_MICRO} "
53
- CACHE INTERNAL "version info"
54
- )
55
-
56
62
# **** IMPORTANT ****
57
63
#
58
64
# The code below needs to be replaced when moving from one version
You can’t perform that action at this time.
0 commit comments