summaryrefslogtreecommitdiff
path: root/pjlib/include
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2011-05-05 09:10:15 +0000
committerNanang Izzuddin <nanang@teluu.com>2011-05-05 09:10:15 +0000
commit3844317167dff22a5cdda4b7de715b95a87eca9f (patch)
tree73f91efa1090620d44a76bcce6d8b63aa2482a13 /pjlib/include
parent4f241138521d5c0c813694c02f026795e8661c45 (diff)
Changed version to 1.10
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3554 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include')
-rw-r--r--pjlib/include/pj/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pjlib/include/pj/config.h b/pjlib/include/pj/config.h
index 270b48a9..60af2fdf 100644
--- a/pjlib/include/pj/config.h
+++ b/pjlib/include/pj/config.h
@@ -1123,16 +1123,16 @@ PJ_BEGIN_DECL
#define PJ_VERSION_NUM_MAJOR 1
/** PJLIB version minor number. */
-#define PJ_VERSION_NUM_MINOR 8
+#define PJ_VERSION_NUM_MINOR 10
/** PJLIB version revision number. */
-#define PJ_VERSION_NUM_REV 10
+#define PJ_VERSION_NUM_REV 0
/**
* Extra suffix for the version (e.g. "-trunk"), or empty for
* web release version.
*/
-#define PJ_VERSION_NUM_EXTRA "-trunk"
+#define PJ_VERSION_NUM_EXTRA ""
/**
* PJLIB version number consists of three bytes with the following format: