Skip to content

Commit 842b4ba

Browse files
committed
Changed version to 2.11
1 parent 79531cb commit 842b4ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pjlib/include/pj/config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ PJ_BEGIN_DECL
13951395
#define PJ_VERSION_NUM_MAJOR 2
13961396

13971397
/** PJLIB version minor number. */
1398-
#define PJ_VERSION_NUM_MINOR 10
1398+
#define PJ_VERSION_NUM_MINOR 11
13991399

14001400
/** PJLIB version revision number. */
14011401
#define PJ_VERSION_NUM_REV 0
@@ -1404,7 +1404,7 @@ PJ_BEGIN_DECL
14041404
* Extra suffix for the version (e.g. "-trunk"), or empty for
14051405
* web release version.
14061406
*/
1407-
#define PJ_VERSION_NUM_EXTRA "-dev"
1407+
#define PJ_VERSION_NUM_EXTRA ""
14081408

14091409
/**
14101410
* PJLIB version number consists of three bytes with the following format:

version.mak

+2-2
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 := 10
3+
export PJ_VERSION_MINOR := 11
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)