Skip to content

Commit 2eecc97

Browse files
committed
Bump version number.
1 parent efbb0b8 commit 2eecc97

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

version.cmake

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,24 @@
2626
# along with this program; if not, write to the Free Software Foundation, Inc.,
2727
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2828

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+
#
2947

3048
set(ABI_VERSION_MAJOR 1 CACHE INTERNAL "version info")
3149
set(ABI_VERSION_MINOR 0 CACHE INTERNAL "version info")
@@ -41,18 +59,6 @@ set(
4159
CACHE INTERNAL "version info"
4260
)
4361

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-
5662
# **** IMPORTANT ****
5763
#
5864
# The code below needs to be replaced when moving from one version

0 commit comments

Comments
 (0)