File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1496,7 +1496,7 @@ PJ_BEGIN_DECL
14961496#define PJ_VERSION_NUM_MAJOR 2
14971497
14981498/** PJLIB version minor number. */
1499- #define PJ_VERSION_NUM_MINOR 14
1499+ #define PJ_VERSION_NUM_MINOR 15
15001500
15011501/** PJLIB version revision number. */
15021502#define PJ_VERSION_NUM_REV 0
@@ -1505,7 +1505,7 @@ PJ_BEGIN_DECL
15051505 * Extra suffix for the version (e.g. "-trunk"), or empty for
15061506 * web release version.
15071507 */
1508- #define PJ_VERSION_NUM_EXTRA "-dev "
1508+ #define PJ_VERSION_NUM_EXTRA ""
15091509
15101510/**
15111511 * 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
3- export PJ_VERSION_MINOR := 14
3+ export PJ_VERSION_MINOR := 15
44export PJ_VERSION_REV :=
5- export PJ_VERSION_SUFFIX := -dev
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