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 fa9a83b commit 9244fb0Copy full SHA for 9244fb0
pjlib/include/pj/config.h
@@ -1402,7 +1402,7 @@ PJ_BEGIN_DECL
1402
#define PJ_VERSION_NUM_MINOR 12
1403
1404
/** PJLIB version revision number. */
1405
-#define PJ_VERSION_NUM_REV 0
+#define PJ_VERSION_NUM_REV 1
1406
1407
/**
1408
* 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 := 12
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