Bump to version 0.0.1-rc.3

This commit is contained in:
Axel Isouard 2016-10-08 13:51:05 +02:00
parent 063c82aab5
commit 378088aa75
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.2) set(LIBWEBRTC_BUILD_VERSION rc.3)
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.2", "version": "0.0.1-rc.3",
"description": "libwebrtc source code", "description": "libwebrtc source code",
"main": "index.js", "main": "index.js",
"config": { "config": {