Bump to version 0.0.1-rc.2

This commit is contained in:
Axel Isouard 2016-10-08 13:00:38 +02:00
parent b529c97ab0
commit aaa4bbc155
2 changed files with 2 additions and 2 deletions

View file

@ -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}"

View file

@ -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": {