Skip to content

Commit f2119c7

Browse files
committed
Set version to 0.7.0
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1328 74dad513-b988-da41-8d7b-12977e46ad98
1 parent f95f22e commit f2119c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pjlib/src/pj/config.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <pj/ioqueue.h>
2222

2323
static const char *id = "config.c";
24-
const char *PJ_VERSION = "0.7.0-rc2";
24+
const char *PJ_VERSION = "0.7.0";
2525

2626
PJ_DEF(void) pj_dump_config(void)
2727
{

0 commit comments

Comments
 (0)