summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2015-04-13 02:45:03 +0000
committerLiong Sauw Ming <ming@teluu.com>2015-04-13 02:45:03 +0000
commitbf6572d3672228de72c40737e7dab7d18ce96764 (patch)
treeb635b2f5e085ba102219a09f5077503ef3487316
parent58ee0789f54742a806b37d7664eb69c1df124eb1 (diff)
Changed version to 2.4
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5062 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjlib/include/pj/config.h4
-rw-r--r--version.mak4
2 files changed, 4 insertions, 4 deletions
diff --git a/pjlib/include/pj/config.h b/pjlib/include/pj/config.h
index 3781820c..fd1e07a4 100644
--- a/pjlib/include/pj/config.h
+++ b/pjlib/include/pj/config.h
@@ -1194,7 +1194,7 @@ PJ_BEGIN_DECL
#define PJ_VERSION_NUM_MAJOR 2
/** PJLIB version minor number. */
-#define PJ_VERSION_NUM_MINOR 3
+#define PJ_VERSION_NUM_MINOR 4
/** PJLIB version revision number. */
#define PJ_VERSION_NUM_REV 0
@@ -1203,7 +1203,7 @@ PJ_BEGIN_DECL
* Extra suffix for the version (e.g. "-trunk"), or empty for
* web release version.
*/
-#define PJ_VERSION_NUM_EXTRA "-svn"
+#define PJ_VERSION_NUM_EXTRA ""
/**
* PJLIB version number consists of three bytes with the following format:
diff --git a/version.mak b/version.mak
index a136d3ee..e41ce8fa 100644
--- a/version.mak
+++ b/version.mak
@@ -1,8 +1,8 @@
# Don't change the "export PJ_VERSION_xxx" style, they are parsed by setup.py
export PJ_VERSION_MAJOR := 2
-export PJ_VERSION_MINOR := 3
+export PJ_VERSION_MINOR := 4
export PJ_VERSION_REV :=
-export PJ_VERSION_SUFFIX := -svn
+export PJ_VERSION_SUFFIX :=
export PJ_VERSION := $(PJ_VERSION_MAJOR).$(PJ_VERSION_MINOR)