Skip to content

Commit

Permalink
APPS-17009: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vkolesnikov-intermedia committed Jul 29, 2024
1 parent 6f93fc4 commit 9c463b2
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 "-7"
#define PJ_VERSION_NUM_EXTRA "-8"

/**
* 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 := -7
export PJ_VERSION_SUFFIX := -8

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

Expand Down

0 comments on commit 9c463b2

Please sign in to comment.