Skip to content

Commit 149ebfe

Browse files
committed
Updated PJ_VERSION to 0.9.0-release
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@2091 74dad513-b988-da41-8d7b-12977e46ad98
1 parent b036fdf commit 149ebfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pjlib/src/pj/config.c

+2-2
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 = "0.8.0-trunk";
24+
PJ_DEF_DATA(const char*) PJ_VERSION = "0.9.0-release";
2525

2626
/*
2727
* Get PJLIB version string.
@@ -33,7 +33,7 @@ PJ_DEF(const char*) pj_get_version(void)
3333

3434
PJ_DEF(void) pj_dump_config(void)
3535
{
36-
PJ_LOG(3, (id, "PJLIB (c)2001-2007 Benny Prijono"));
36+
PJ_LOG(3, (id, "PJLIB (c)2001-2008 Benny Prijono"));
3737
PJ_LOG(3, (id, "Dumping configurations:"));
3838
PJ_LOG(3, (id, " PJ_VERSION : %s", PJ_VERSION));
3939
PJ_LOG(3, (id, " PJ_M_NAME : %s", PJ_M_NAME));

0 commit comments

Comments
 (0)