Skip to content

Commit 88e9578

Browse files
authored
Merge pull request #1851 from AntelopeIO/dev1_3
[2.0.0 dev1] Bump version to dev1.3
2 parents 7471079 + 0bb7e8c commit 88e9578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set( CXX_STANDARD_REQUIRED ON)
1616
set(VERSION_MAJOR 2)
1717
set(VERSION_MINOR 0)
1818
set(VERSION_PATCH 0)
19-
set(VERSION_SUFFIX dev1.2)
19+
set(VERSION_SUFFIX dev1.3)
2020

2121
if(VERSION_SUFFIX)
2222
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")

0 commit comments

Comments
 (0)