Skip to content

Commit fb1edcb

Browse files
committed
Changed version to 1.0.1
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@2396 74dad513-b988-da41-8d7b-12977e46ad98
1 parent 9c3aa5d commit fb1edcb

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
@@ -22,7 +22,7 @@
2222
#include <pj/ioqueue.h>
2323

2424
static const char *id = "config.c";
25-
PJ_DEF_DATA(const char*) PJ_VERSION = "1.0-trunk";
25+
PJ_DEF_DATA(const char*) PJ_VERSION = "1.0.1";
2626

2727
/*
2828
* Get PJLIB version string.
@@ -34,7 +34,7 @@ PJ_DEF(const char*) pj_get_version(void)
3434

3535
PJ_DEF(void) pj_dump_config(void)
3636
{
37-
PJ_LOG(3, (id, "PJLIB (c)2001-2008 Benny Prijono"));
37+
PJ_LOG(3, (id, "PJLIB (c)2008-2009 Teluu Inc."));
3838
PJ_LOG(3, (id, "Dumping configurations:"));
3939
PJ_LOG(3, (id, " PJ_VERSION : %s", PJ_VERSION));
4040
PJ_LOG(3, (id, " PJ_M_NAME : %s", PJ_M_NAME));

0 commit comments

Comments
 (0)