Skip to content

Commit

Permalink
Bump version 11 -> 12
Browse files Browse the repository at this point in the history
  • Loading branch information
vkolesnikov-intermedia committed Nov 21, 2024
1 parent 9667622 commit 1bdccbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pjlib/include/pj/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ PJ_BEGIN_DECL
* Extra suffix for the version (e.g. "-trunk"), or empty for
* web release version.
*/
#define PJ_VERSION_NUM_EXTRA "-11"
#define PJ_VERSION_NUM_EXTRA "-12"

/**
* PJLIB version number consists of three bytes with the following format:
Expand Down
2 changes: 1 addition & 1 deletion version.mak
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export PJ_VERSION_MAJOR := 2
export PJ_VERSION_MINOR := 14
export PJ_VERSION_REV := 1
export PJ_VERSION_SUFFIX := -11
export PJ_VERSION_SUFFIX := -12

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

Expand Down

0 comments on commit 1bdccbd

Please sign in to comment.