Skip to content

Commit f25c745

Browse files
committed
Changed version to 2.13
1 parent 6e0f8e4 commit f25c745

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
@@ -1406,7 +1406,7 @@ PJ_BEGIN_DECL
14061406
#define PJ_VERSION_NUM_MAJOR 2
14071407

14081408
/** PJLIB version minor number. */
1409-
#define PJ_VERSION_NUM_MINOR 12
1409+
#define PJ_VERSION_NUM_MINOR 13
14101410

14111411
/** PJLIB version revision number. */
14121412
#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 := 12
3+
export PJ_VERSION_MINOR := 13
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)