File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1220,13 +1220,13 @@ PJ_BEGIN_DECL
12201220#define PJ_VERSION_NUM_MINOR 5
12211221
12221222/** PJLIB version revision number. */
1223- #define PJ_VERSION_NUM_REV 1
1223+ #define PJ_VERSION_NUM_REV 5
12241224
12251225/**
12261226 * Extra suffix for the version (e.g. "-trunk"), or empty for
12271227 * web release version.
12281228 */
1229- #define PJ_VERSION_NUM_EXTRA "-svn "
1229+ #define PJ_VERSION_NUM_EXTRA ""
12301230
12311231/**
12321232 * PJLIB version number consists of three bytes with the following format:
Original file line number Diff line number Diff line change 11# Don't change the "export PJ_VERSION_xxx" style, they are parsed by setup.py
22export PJ_VERSION_MAJOR := 2
33export PJ_VERSION_MINOR := 5
4- export PJ_VERSION_REV := 1
5- export PJ_VERSION_SUFFIX := -svn
4+ export PJ_VERSION_REV := 5
5+ export PJ_VERSION_SUFFIX :=
66
77export PJ_VERSION := $(PJ_VERSION_MAJOR ) .$(PJ_VERSION_MINOR )
88
You can’t perform that action at this time.
0 commit comments