Changeset 2091


Ignore:
Timestamp:
Jun 28, 2008 9:19:27 PM (16 years ago)
Author:
bennylp
Message:

Updated PJ_VERSION to 0.9.0-release

File:
1 edited

Legend:

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

    r2039 r2091  
    2222 
    2323static const char *id = "config.c"; 
    24 PJ_DEF_DATA(const char*) PJ_VERSION = "0.8.0-trunk"; 
     24PJ_DEF_DATA(const char*) PJ_VERSION = "0.9.0-release"; 
    2525 
    2626/* 
     
    3434PJ_DEF(void) pj_dump_config(void) 
    3535{ 
    36     PJ_LOG(3, (id, "PJLIB (c)2001-2007 Benny Prijono")); 
     36    PJ_LOG(3, (id, "PJLIB (c)2001-2008 Benny Prijono")); 
    3737    PJ_LOG(3, (id, "Dumping configurations:")); 
    3838    PJ_LOG(3, (id, " PJ_VERSION                : %s", PJ_VERSION)); 
Note: See TracChangeset for help on using the changeset viewer.