mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
adjust version
This commit is contained in:
parent
8f818d2d0d
commit
b2ed90417a
1 changed files with 3 additions and 3 deletions
|
|
@ -2,10 +2,10 @@
|
|||
# Versioning
|
||||
#
|
||||
|
||||
set(LIBWEBRTC_MAJOR_VERSION 0)
|
||||
set(LIBWEBRTC_MAJOR_VERSION 1)
|
||||
set(LIBWEBRTC_MINOR_VERSION 0)
|
||||
set(LIBWEBRTC_PATCH_VERSION 1)
|
||||
set(LIBWEBRTC_BUILD_VERSION rc.4)
|
||||
set(LIBWEBRTC_PATCH_VERSION 0)
|
||||
set(LIBWEBRTC_BUILD_VERSION nodewrtc)
|
||||
|
||||
set(LIBWEBRTC_API_VERSION
|
||||
"${LIBWEBRTC_MAJOR_VERSION}.${LIBWEBRTC_MINOR_VERSION}.${LIBWEBRTC_PATCH_VERSION}")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue