Index: /trunk/psLib/src/sys/psConfigure.c
===================================================================
--- /trunk/psLib/src/sys/psConfigure.c	(revision 10290)
+++ /trunk/psLib/src/sys/psConfigure.c	(revision 10291)
@@ -13,6 +13,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-11-29 21:33:09 $
+ *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-11-29 22:53:48 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -48,5 +48,5 @@
     psString tag = psStringStripCVS(cvsTag, "Name"); // CVS tag
 
-    psStringAppend(&version, " (cvs tag %s) compiled %s at %s with"
+    psStringAppend(&version, " (cvs tag %s), %s, %s with"
                    #ifdef OMIT_PSDB
                    "out"
Index: /trunk/psModules/src/config/pmVersion.c
===================================================================
--- /trunk/psModules/src/config/pmVersion.c	(revision 10290)
+++ /trunk/psModules/src/config/pmVersion.c	(revision 10291)
@@ -22,9 +22,5 @@
     psString tag = psStringStripCVS(cvsTag, "Name"); // CVS tag
 
-    psStringAppend(&version, " (cvs tag %s) compiled %s at %s with"
-                   #ifdef OMIT_PSDB
-                   "out"
-                   #endif
-                   " psDB", tag, __DATE__, __TIME__);
+    psStringAppend(&version, " (cvs tag %s) %s, %s", tag, __DATE__, __TIME__);
 
     psFree(tag);
