We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f428895 commit 7de6e68Copy full SHA for 7de6e68
pjlib/include/pj/config.h
@@ -1499,7 +1499,7 @@ PJ_BEGIN_DECL
1499
#define PJ_VERSION_NUM_MINOR 15
1500
1501
/** PJLIB version revision number. */
1502
-#define PJ_VERSION_NUM_REV 0
+#define PJ_VERSION_NUM_REV 1
1503
1504
/**
1505
* Extra suffix for the version (e.g. "-trunk"), or empty for
version.mak
@@ -1,7 +1,7 @@
1
# Don't change the "export PJ_VERSION_xxx" style, they are parsed by setup.py
2
export PJ_VERSION_MAJOR := 2
3
export PJ_VERSION_MINOR := 15
4
-export PJ_VERSION_REV :=
+export PJ_VERSION_REV := 1
5
export PJ_VERSION_SUFFIX :=
6
7
export PJ_VERSION := $(PJ_VERSION_MAJOR).$(PJ_VERSION_MINOR)
0 commit comments