From 5f299356233d3c46316170b270ed9a24c3a6fe7d Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 9 Oct 2014 17:40:43 +0800 Subject: [PATCH] update master to 2.0, because the 1.0release branch is created. 2.0.0 --- trunk/src/core/srs_core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp index 96db79391..3807ef2cc 100644 --- a/trunk/src/core/srs_core.hpp +++ b/trunk/src/core/srs_core.hpp @@ -29,7 +29,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ // current release version -#define VERSION_MAJOR "1" +#define VERSION_MAJOR "2" #define VERSION_MINOR "0" #define VERSION_REVISION "0" #define RTMP_SIG_SRS_VERSION VERSION_MAJOR"."VERSION_MINOR"."VERSION_REVISION