Changed version to 2.13

This commit is contained in:
sauwming 2022-11-24 13:21:13 +08:00
parent 6e0f8e469c
commit f25c7457cb
2 changed files with 3 additions and 3 deletions

View File

@ -1406,7 +1406,7 @@ PJ_BEGIN_DECL
#define PJ_VERSION_NUM_MAJOR 2
/** PJLIB version minor number. */
#define PJ_VERSION_NUM_MINOR 12
#define PJ_VERSION_NUM_MINOR 13
/** 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 := 12
export PJ_VERSION_MINOR := 13
export PJ_VERSION_REV :=
export PJ_VERSION_SUFFIX := -dev
export PJ_VERSION_SUFFIX :=
export PJ_VERSION := $(PJ_VERSION_MAJOR).$(PJ_VERSION_MINOR)