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 @@ -1366,7 +1366,7 @@ PJ_BEGIN_DECL
13661366#define PJ_VERSION_NUM_MAJOR 2
13671367
13681368/** PJLIB version minor number. */
1369- #define PJ_VERSION_NUM_MINOR 9
1369+ #define PJ_VERSION_NUM_MINOR 10
13701370
13711371/** PJLIB version revision number. */
13721372#define PJ_VERSION_NUM_REV 0
@@ -1375,7 +1375,7 @@ PJ_BEGIN_DECL
13751375 * Extra suffix for the version (e.g. "-trunk"), or empty for
13761376 * web release version.
13771377 */
1378- #define PJ_VERSION_NUM_EXTRA "-svn "
1378+ #define PJ_VERSION_NUM_EXTRA ""
13791379
13801380/**
13811381 * 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 := 9
3+ export PJ_VERSION_MINOR := 10
44export PJ_VERSION_REV :=
5- export PJ_VERSION_SUFFIX := -svn
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