Skip to content

Commit b1c5377

Browse files
committed
Changed version to 2.14
1 parent e4bcc71 commit b1c5377

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pjlib/include/pj/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ PJ_BEGIN_DECL
14931493
#define PJ_VERSION_NUM_MAJOR 2
14941494

14951495
/** PJLIB version minor number. */
1496-
#define PJ_VERSION_NUM_MINOR 13
1496+
#define PJ_VERSION_NUM_MINOR 14
14971497

14981498
/** PJLIB version revision number. */
14991499
#define PJ_VERSION_NUM_REV 0

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 := 13
3+
export PJ_VERSION_MINOR := 14
44
export PJ_VERSION_REV :=
5-
export PJ_VERSION_SUFFIX := -dev
5+
export PJ_VERSION_SUFFIX :=
66

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

0 commit comments

Comments
 (0)