Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dshamaev-intermedia committed Oct 19, 2023
1 parent 51ab543 commit 1e911a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ios_framework/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ openssl/
opus/
Sources/lib
tmp/
artifact/

!opus/opus.sh
!openssl/openssl.sh
Expand Down
2 changes: 1 addition & 1 deletion pjlib/include/pj/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,7 @@ PJ_BEGIN_DECL
* Extra suffix for the version (e.g. "-trunk"), or empty for
* web release version.
*/
#define PJ_VERSION_NUM_EXTRA "-2"
#define PJ_VERSION_NUM_EXTRA "-3"

/**
* 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 := 13
export PJ_VERSION_REV := 1
export PJ_VERSION_SUFFIX := -2
export PJ_VERSION_SUFFIX := -3

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

Expand Down

0 comments on commit 1e911a1

Please sign in to comment.