- Timestamp:
- May 21, 2006 11:20:54 PM (19 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/configure
r433 r468 14 14 elif echo $MACHINE | grep alpha > /dev/null; then 15 15 MACHINE_NAME=alpha 16 elif echo $MACHINE | grep powerpc > /dev/null; then16 elif echo $MACHINE | grep Mac > /dev/null; then 17 17 MACHINE_NAME=powerpc 18 18 else -
pjproject/trunk/pjlib/src/pj/config.c
r445 r468 22 22 23 23 static const char *id = "config.c"; 24 const char *PJ_VERSION = "0.5.5. 5";24 const char *PJ_VERSION = "0.5.5.6"; 25 25 26 26 PJ_DEF(void) pj_dump_config(void)
Note: See TracChangeset
for help on using the changeset viewer.