Skip to content

Commit 42e8207

Browse files
committed
change version to 2.0.0
Signed-off-by: Steve Markgraf <steve@steve-m.de>
1 parent 2f28c0f commit 42e8207

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ include(GenerateExportHeader)
4141
include(CMakePackageConfigHelpers)
4242

4343
# Set the version information here
44-
set(VERSION_INFO_MAJOR_VERSION 0) # increment major on api compatibility changes
45-
set(VERSION_INFO_MINOR_VERSION 6) # increment minor on feature-level changes
46-
set(VERSION_INFO_PATCH_VERSION git) # increment patch for bug fixes and docs
44+
set(VERSION_INFO_MAJOR_VERSION 2) # increment major on api compatibility changes
45+
set(VERSION_INFO_MINOR_VERSION 0) # increment minor on feature-level changes
46+
set(VERSION_INFO_PATCH_VERSION 0) # increment patch for bug fixes and docs
4747
include(Version) # setup version info
4848

4949
########################################################################

0 commit comments

Comments
 (0)