Changed version to 2.14

This commit is contained in:
Riza Sulistyo 2023-11-01 11:41:09 +07:00
parent e4bcc71f59
commit b1c5377a2b
2 changed files with 3 additions and 3 deletions

View File

@ -1493,7 +1493,7 @@ PJ_BEGIN_DECL
#define PJ_VERSION_NUM_MAJOR 2
/** PJLIB version minor number. */
#define PJ_VERSION_NUM_MINOR 13
#define PJ_VERSION_NUM_MINOR 14
/** PJLIB version revision number. */
#define PJ_VERSION_NUM_REV 0

View File

@ -1,8 +1,8 @@
# Don't change the "export PJ_VERSION_xxx" style, they are parsed by setup.py
export PJ_VERSION_MAJOR := 2
export PJ_VERSION_MINOR := 13
export PJ_VERSION_MINOR := 14
export PJ_VERSION_REV :=
export PJ_VERSION_SUFFIX := -dev
export PJ_VERSION_SUFFIX :=
export PJ_VERSION := $(PJ_VERSION_MAJOR).$(PJ_VERSION_MINOR)