Skip to content

Commit 6b0e49b

Browse files
committed
chore: bump version to 4.0.3
1 parent 4c8037a commit 6b0e49b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ set(TR_NAME ${PROJECT_NAME})
8282
# these should be the only five lines you need to change
8383
set(TR_VERSION_MAJOR "4")
8484
set(TR_VERSION_MINOR "0")
85-
set(TR_VERSION_PATCH "2")
85+
set(TR_VERSION_PATCH "3")
8686
set(TR_VERSION_BETA_NUMBER "") # empty string for not beta
87-
set(TR_VERSION_DEV TRUE)
87+
set(TR_VERSION_DEV FALSE)
8888

8989
# derived from above: release type
9090
if(TR_VERSION_DEV)

0 commit comments

Comments
 (0)