We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417e811 commit ff6011aCopy full SHA for ff6011a
CMakeLists.txt
@@ -1,15 +1,15 @@
1
cmake_minimum_required(VERSION 3.0)
2
project("webcom-sdk-c"
3
LANGUAGES C
4
- VERSION 1.0.0
+ VERSION 2.0.0
5
)
6
7
# Extra version information appearing after "Major.minor.patch" in the library
8
# version string.
9
# set to "false" to disable
10
# set to "git" to use the current git revision abbbreviated hash
11
# set to anything else to specify anything else
12
-set(PROJECT_VERSION_EXTRA false)
+set(PROJECT_VERSION_EXTRA "pre1")
13
14
15
if(PROJECT_VERSION_EXTRA)
0 commit comments