Changeset 218 for pjproject/trunk
- Timestamp:
- Feb 22, 2006 10:12:16 PM (19 years ago)
- Location:
- pjproject/trunk/pjlib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/errno.h
r206 r218 307 307 * - PJMEDIA_ERRNO_START (PJ_ERRNO_START_USER + PJ_ERRNO_SPACE_SIZE) 308 308 * - 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) 309 310 */ 310 311 -
pjproject/trunk/pjlib/src/pj/config.c
r141 r218 22 22 23 23 static const char *id = "config.c"; 24 const char *PJ_VERSION = "0.5.1 ";24 const char *PJ_VERSION = "0.5.1.1"; 25 25 26 26 PJ_DEF(void) pj_dump_config(void)
Note: See TracChangeset
for help on using the changeset viewer.