mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 11:15:13 +00:00
Bump to version 0.0.1-rc.2
This commit is contained in:
parent
b529c97ab0
commit
aaa4bbc155
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ execute_process(
|
||||||
set(LIBWEBRTC_MAJOR_VERSION 0)
|
set(LIBWEBRTC_MAJOR_VERSION 0)
|
||||||
set(LIBWEBRTC_MINOR_VERSION 0)
|
set(LIBWEBRTC_MINOR_VERSION 0)
|
||||||
set(LIBWEBRTC_PATCH_VERSION 1)
|
set(LIBWEBRTC_PATCH_VERSION 1)
|
||||||
set(LIBWEBRTC_BUILD_VERSION rc.1)
|
set(LIBWEBRTC_BUILD_VERSION rc.2)
|
||||||
|
|
||||||
set(LIBWEBRTC_API_VERSION
|
set(LIBWEBRTC_API_VERSION
|
||||||
"${LIBWEBRTC_MAJOR_VERSION}.${LIBWEBRTC_MINOR_VERSION}.${LIBWEBRTC_PATCH_VERSION}"
|
"${LIBWEBRTC_MAJOR_VERSION}.${LIBWEBRTC_MINOR_VERSION}.${LIBWEBRTC_PATCH_VERSION}"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "libwebrtc-src",
|
"name": "libwebrtc-src",
|
||||||
"version": "0.0.1-rc.1",
|
"version": "0.0.1-rc.2",
|
||||||
"description": "libwebrtc source code",
|
"description": "libwebrtc source code",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"config": {
|
"config": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue