File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1220,13 +1220,13 @@ PJ_BEGIN_DECL
1220
1220
#define PJ_VERSION_NUM_MINOR 4
1221
1221
1222
1222
/** PJLIB version revision number. */
1223
- #define PJ_VERSION_NUM_REV 0
1223
+ #define PJ_VERSION_NUM_REV 5
1224
1224
1225
1225
/**
1226
1226
* Extra suffix for the version (e.g. "-trunk"), or empty for
1227
1227
* web release version.
1228
1228
*/
1229
- #define PJ_VERSION_NUM_EXTRA "-svn "
1229
+ #define PJ_VERSION_NUM_EXTRA ""
1230
1230
1231
1231
/**
1232
1232
* PJLIB version number consists of three bytes with the following format:
Original file line number Diff line number Diff line change 1
1
# Don't change the "export PJ_VERSION_xxx" style, they are parsed by setup.py
2
2
export PJ_VERSION_MAJOR := 2
3
3
export PJ_VERSION_MINOR := 4
4
- export PJ_VERSION_REV :=
5
- export PJ_VERSION_SUFFIX := -svn
4
+ export PJ_VERSION_REV := 5
5
+ export PJ_VERSION_SUFFIX :=
6
6
7
7
export PJ_VERSION := $(PJ_VERSION_MAJOR ) .$(PJ_VERSION_MINOR )
8
8
You can’t perform that action at this time.
0 commit comments