Changeset 933 for pjproject/trunk
- Timestamp:
- Feb 6, 2007 4:39:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/config.c
r905 r933 22 22 23 23 static const char *id = "config.c"; 24 const char *PJ_VERSION = "0.5. 9.9";24 const char *PJ_VERSION = "0.5.10-rc1"; 25 25 26 26 PJ_DEF(void) pj_dump_config(void) 27 27 { 28 PJ_LOG(3, (id, "PJLIB (c)200 5Benny Prijono"));28 PJ_LOG(3, (id, "PJLIB (c)2001-2007 Benny Prijono")); 29 29 PJ_LOG(3, (id, "Dumping configurations:")); 30 30 PJ_LOG(3, (id, " PJ_VERSION : %s", PJ_VERSION));
Note: See TracChangeset
for help on using the changeset viewer.