Skip to content

Commit f911410

Browse files
committed
8.0.11 is GA!
1 parent 38fce89 commit f911410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set(CONCPP_VERSION_MAJOR 8 CACHE INTERNAL "version info")
3434
set(CONCPP_VERSION_MINOR 0 CACHE INTERNAL "version info")
3535
set(CONCPP_VERSION_MICRO 11 CACHE INTERNAL "version info")
3636
# Level is "-alpha", "-beta", empty if GA
37-
set(CONCPP_VERSION_LEVEL "-rc" CACHE INTERNAL "version info")
37+
set(CONCPP_VERSION_LEVEL "" CACHE INTERNAL "version info")
3838

3939
set(CONCPP_VERSION
4040
"${CONCPP_VERSION_MAJOR}.${CONCPP_VERSION_MINOR}.${CONCPP_VERSION_MICRO}"

0 commit comments

Comments
 (0)