File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ include(GenerateExportHeader)
41
41
include (CMakePackageConfigHelpers )
42
42
43
43
# 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
47
47
include (Version ) # setup version info
48
48
49
49
########################################################################
You can’t perform that action at this time.
0 commit comments