Skip to content

Commit ff6011a

Browse files
committed
set SDK version to 2.0.0-pre1
1 parent 417e811 commit ff6011a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
cmake_minimum_required(VERSION 3.0)
22
project("webcom-sdk-c"
33
LANGUAGES C
4-
VERSION 1.0.0
4+
VERSION 2.0.0
55
)
66

77
# Extra version information appearing after "Major.minor.patch" in the library
88
# version string.
99
# set to "false" to disable
1010
# set to "git" to use the current git revision abbbreviated hash
1111
# set to anything else to specify anything else
12-
set(PROJECT_VERSION_EXTRA false)
12+
set(PROJECT_VERSION_EXTRA "pre1")
1313

1414

1515
if(PROJECT_VERSION_EXTRA)

0 commit comments

Comments
 (0)