Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 9a61bb8

Browse files
authored
Merge pull request #113 from sslattery/version_fix
changing version 2 Version.cmake for release
2 parents 0f4efc5 + 588aba4 commit 9a61bb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SET(DataTransferKit_VERSION 2.0.0)
22
SET(DataTransferKit_MAJOR_VERSION 2)
33
SET(DataTransferKit_MAJOR_MINOR_VERSION 020000)
4-
SET(DataTransferKit_VERSION_STRING "2.0.0 (Dev)")
5-
SET(DataTransferKit_ENABLE_DEVELOPMENT_MODE_DEFAULT ON) # Change to 'OFF' for a release
4+
SET(DataTransferKit_VERSION_STRING "2.0.0")
5+
SET(DataTransferKit_ENABLE_DEVELOPMENT_MODE_DEFAULT OFF) # Change to 'OFF' for a release

0 commit comments

Comments
 (0)