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 b8e4403 commit 513700fCopy full SHA for 513700f
pjlib/include/pj/config.h
@@ -1398,7 +1398,7 @@ PJ_BEGIN_DECL
1398
#define PJ_VERSION_NUM_MINOR 11
1399
1400
/** PJLIB version revision number. */
1401
-#define PJ_VERSION_NUM_REV 0
+#define PJ_VERSION_NUM_REV 1
1402
1403
/**
1404
* 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 := 11
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