We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3aa5d commit fb1edcbCopy full SHA for fb1edcb
pjlib/src/pj/config.c
@@ -22,7 +22,7 @@
22
#include <pj/ioqueue.h>
23
24
static const char *id = "config.c";
25
-PJ_DEF_DATA(const char*) PJ_VERSION = "1.0-trunk";
+PJ_DEF_DATA(const char*) PJ_VERSION = "1.0.1";
26
27
/*
28
* Get PJLIB version string.
@@ -34,7 +34,7 @@ PJ_DEF(const char*) pj_get_version(void)
34
35
PJ_DEF(void) pj_dump_config(void)
36
{
37
- PJ_LOG(3, (id, "PJLIB (c)2001-2008 Benny Prijono"));
+ PJ_LOG(3, (id, "PJLIB (c)2008-2009 Teluu Inc."));
38
PJ_LOG(3, (id, "Dumping configurations:"));
39
PJ_LOG(3, (id, " PJ_VERSION : %s", PJ_VERSION));
40
PJ_LOG(3, (id, " PJ_M_NAME : %s", PJ_M_NAME));
0 commit comments