Skip to content

Commit e7dfcdb

Browse files
committed
Bump build number to 3 for v1.1.0.3 release
1 parent 777c31d commit e7dfcdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD 17)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
77

88
# Versioning
9-
set(BUILD_NUMBER "2") # Build number for the project
9+
set(BUILD_NUMBER "3") # Build number for the project
1010
set(PROJECT_FULL_VERSION "${PROJECT_VERSION}.${BUILD_NUMBER}")
1111

1212

0 commit comments

Comments
 (0)