Changeset 10291
- Timestamp:
- Nov 29, 2006, 12:53:57 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
psLib/src/sys/psConfigure.c (modified) (2 diffs)
-
psModules/src/config/pmVersion.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psConfigure.c
r10286 r10291 13 13 * @author Robert DeSonia, MHPCC 14 14 * 15 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $16 * @date $Date: 2006-11-29 2 1:33:09$15 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2006-11-29 22:53:48 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 48 48 psString tag = psStringStripCVS(cvsTag, "Name"); // CVS tag 49 49 50 psStringAppend(&version, " (cvs tag %s) compiled %s at%s with"50 psStringAppend(&version, " (cvs tag %s), %s, %s with" 51 51 #ifdef OMIT_PSDB 52 52 "out" -
trunk/psModules/src/config/pmVersion.c
r10289 r10291 22 22 psString tag = psStringStripCVS(cvsTag, "Name"); // CVS tag 23 23 24 psStringAppend(&version, " (cvs tag %s) compiled %s at %s with" 25 #ifdef OMIT_PSDB 26 "out" 27 #endif 28 " psDB", tag, __DATE__, __TIME__); 24 psStringAppend(&version, " (cvs tag %s) %s, %s", tag, __DATE__, __TIME__); 29 25 30 26 psFree(tag);
Note:
See TracChangeset
for help on using the changeset viewer.
