Changeset 4214 for trunk/psLib/src/sys/psConfigure.c
- Timestamp:
- Jun 10, 2005, 4:19:05 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psConfigure.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psConfigure.c
r4205 r4214 13 13 * @author Robert DeSonia, MHPCC 14 14 * 15 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $16 * @date $Date: 2005-06-1 0 01:41:35 $15 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2005-06-11 02:19:05 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 28 28 { 29 29 char version[80]; 30 snprintf(version,80,"%s-v%s",PACKAGE ,VERSION);30 snprintf(version,80,"%s-v%s",PACKAGE_NAME,PACKAGE_VERSION); 31 31 32 32 return(psStringCopy(version));
Note:
See TracChangeset
for help on using the changeset viewer.
