Skip to content

Commit c02f13d

Browse files
committed
Release 5.1.1
1 parent f649085 commit c02f13d

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
@@ -21,7 +21,7 @@ set(VERSION_PATCH 1)
2121
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
2222

2323
# Change to false for releases
24-
set(DEVELOPMENT_BUILD TRUE)
24+
set(DEVELOPMENT_BUILD FALSE)
2525

2626
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
2727
if(VERSION_EXTRA)

0 commit comments

Comments
 (0)