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