From 97947586de009bb10c6097e9e712f33ccd215812 Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Tue, 3 Jul 2012 03:11:24 +0000 Subject: Changed version to 2.0.1 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4189 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pjlib') diff --git a/pjlib/include/pj/config.h b/pjlib/include/pj/config.h index c221a042..39459afc 100644 --- a/pjlib/include/pj/config.h +++ b/pjlib/include/pj/config.h @@ -1170,13 +1170,13 @@ PJ_BEGIN_DECL #define PJ_VERSION_NUM_MINOR 0 /** PJLIB version revision number. */ -#define PJ_VERSION_NUM_REV 0 +#define PJ_VERSION_NUM_REV 1 /** * Extra suffix for the version (e.g. "-trunk"), or empty for * web release version. */ -#define PJ_VERSION_NUM_EXTRA "-svn" +#define PJ_VERSION_NUM_EXTRA "" /** * PJLIB version number consists of three bytes with the following format: -- cgit v1.2.3