Ignore:
Timestamp:
Feb 6, 2007 4:39:38 PM (17 years ago)
Author:
bennylp
Message:

Changing PJLIB version to 0.5.10-rc1 to avoid confusion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/config.c

    r905 r933  
    2222 
    2323static const char *id = "config.c"; 
    24 const char *PJ_VERSION = "0.5.9.9"; 
     24const char *PJ_VERSION = "0.5.10-rc1"; 
    2525 
    2626PJ_DEF(void) pj_dump_config(void) 
    2727{ 
    28     PJ_LOG(3, (id, "PJLIB (c)2005 Benny Prijono")); 
     28    PJ_LOG(3, (id, "PJLIB (c)2001-2007 Benny Prijono")); 
    2929    PJ_LOG(3, (id, "Dumping configurations:")); 
    3030    PJ_LOG(3, (id, " PJ_VERSION                : %s", PJ_VERSION)); 
Note: See TracChangeset for help on using the changeset viewer.