Skip to content

Commit 9c89d08

Browse files
committed
Changed version to 2.2
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@4764 74dad513-b988-da41-8d7b-12977e46ad98
1 parent 576f868 commit 9c89d08

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pjlib/include/pj/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ PJ_BEGIN_DECL
11881188
#define PJ_VERSION_NUM_MAJOR 2
11891189

11901190
/** PJLIB version minor number. */
1191-
#define PJ_VERSION_NUM_MINOR 1
1191+
#define PJ_VERSION_NUM_MINOR 2
11921192

11931193
/** PJLIB version revision number. */
11941194
#define PJ_VERSION_NUM_REV 0
@@ -1197,7 +1197,7 @@ PJ_BEGIN_DECL
11971197
* Extra suffix for the version (e.g. "-trunk"), or empty for
11981198
* web release version.
11991199
*/
1200-
#define PJ_VERSION_NUM_EXTRA "-svn"
1200+
#define PJ_VERSION_NUM_EXTRA ""
12011201

12021202
/**
12031203
* PJLIB version number consists of three bytes with the following format:

version.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Don't change the "export PJ_VERSION_xxx" style, they are parsed by setup.py
22
export PJ_VERSION_MAJOR := 2
3-
export PJ_VERSION_MINOR := 1
3+
export PJ_VERSION_MINOR := 2
44
export PJ_VERSION_REV := 0
5-
export PJ_VERSION_SUFFIX := -svn
5+
export PJ_VERSION_SUFFIX :=
66

77
export PJ_VERSION := $(PJ_VERSION_MAJOR).$(PJ_VERSION_MINOR)
88

0 commit comments

Comments
 (0)