Changeset 11712
- Timestamp:
- Feb 8, 2007, 1:28:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psConfigure.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psConfigure.c
r11617 r11712 13 13 * @author Robert DeSonia, MHPCC 14 14 * 15 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $16 * @date $Date: 2007-02-0 3 05:54:08$15 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2007-02-08 23:28:23 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 51 51 psString tag = psStringStripCVS(cvsTag, "Name"); // CVS tag 52 52 53 psStringAppend(&version, " (cvs tag %s), %s, %s with" 54 #ifdef HAVE_PSDB 55 "out" 56 #endif 57 " psDB", tag, __DATE__, __TIME__); 58 53 #ifdef HAVE_PSDB 54 psStringAppend(&version, " (cvs tag %s), %s, %s with psDB", tag, __DATE__, __TIME__); 55 #else 56 psStringAppend(&version, " (cvs tag %s), %s, %s without psDB", tag, __DATE__, __TIME__); 57 #endif 59 58 psFree(tag); 60 59 return version;
Note:
See TracChangeset
for help on using the changeset viewer.
