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 1e6c37b commit 2f4bc29Copy full SHA for 2f4bc29
pjlib/include/pj/config.h
@@ -1496,7 +1496,7 @@ PJ_BEGIN_DECL
1496
#define PJ_VERSION_NUM_MINOR 14
1497
1498
/** PJLIB version revision number. */
1499
-#define PJ_VERSION_NUM_REV 0
+#define PJ_VERSION_NUM_REV 1
1500
1501
/**
1502
* 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 := 14
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