Skip to content

Commit f454135

Browse files
committed
set version number to 2.0.0
1 parent 1b81666 commit f454135

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
@@ -9,7 +9,7 @@ project("webcom-sdk-c"
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 "pre2")
12+
set(PROJECT_VERSION_EXTRA "false")
1313

1414

1515
if(PROJECT_VERSION_EXTRA)
@@ -285,4 +285,4 @@ install(
285285
wcsh
286286
RUNTIME DESTINATION
287287
bin
288-
)
288+
)

0 commit comments

Comments
 (0)