Changeset 218


Ignore:
Timestamp:
Feb 22, 2006 10:12:16 PM (18 years ago)
Author:
bennylp
Message:

Register pjlib-util errno, and update pjlib version

Location:
pjproject/trunk/pjlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/errno.h

    r206 r218  
    307307 *  - PJMEDIA_ERRNO_START       (PJ_ERRNO_START_USER + PJ_ERRNO_SPACE_SIZE) 
    308308 *  - PJSIP_SIMPLE_ERRNO_START  (PJ_ERRNO_START_USER + PJ_ERRNO_SPACE_SIZE*2) 
     309 *  - PJLIB_UTIL_ERRNO_START    (PJ_ERRNO_START_USER + PJ_ERRNO_SPACE_SIZE*3) 
    309310 */ 
    310311 
  • pjproject/trunk/pjlib/src/pj/config.c

    r141 r218  
    2222 
    2323static const char *id = "config.c"; 
    24 const char *PJ_VERSION = "0.5.1"; 
     24const char *PJ_VERSION = "0.5.1.1"; 
    2525 
    2626PJ_DEF(void) pj_dump_config(void) 
Note: See TracChangeset for help on using the changeset viewer.