Skip to content

Commit a483e7f

Browse files
committed
Changed version to 1.0
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@2348 74dad513-b988-da41-8d7b-12977e46ad98
1 parent 2976a2e commit a483e7f

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-
PJ_DEF_DATA(const char*) PJ_VERSION = "1.0-rc4-trunk";
24+
PJ_DEF_DATA(const char*) PJ_VERSION = "1.0";
2525

2626
/*
2727
* Get PJLIB version string.

0 commit comments

Comments
 (0)