Index: /trunk/psLib/configure.ac
===================================================================
--- /trunk/psLib/configure.ac	(revision 3598)
+++ /trunk/psLib/configure.ac	(revision 3599)
@@ -1,7 +1,7 @@
-AC_INIT([pslib],[1.5],[www.pan-starrs.org/bugzilla])
+AC_INIT([pslib],[0.5.0],[www.pan-starrs.org/bugzilla])
 AM_CONFIG_HEADER(src/config.h)
-AM_INIT_AUTOMAKE(pslib, 1.5)
-
-PSLIB_LT_VERSION="0:0:0"
+AM_INIT_AUTOMAKE(pslib, 0.5.0)
+
+PSLIB_LT_VERSION="0:5:0"
 AC_SUBST(PSLIB_LT_VERSION,$PSLIB_LT_VERSION)
 
Index: /trunk/psLib/test/FullUnitTest
===================================================================
--- /trunk/psLib/test/FullUnitTest	(revision 3598)
+++ /trunk/psLib/test/FullUnitTest	(revision 3599)
@@ -19,6 +19,6 @@
 #  RETURN : integer number of tests which failed
 #
-#  $Revision: 1.20 $  $Name: not supported by cvs2svn $
-#  $Date: 2005-03-29 21:49:29 $
+#  $Revision: 1.21 $  $Name: not supported by cvs2svn $
+#  $Date: 2005-03-31 23:37:09 $
 #
 #  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -656,4 +656,5 @@
         s/\s+[\_\-\/\.\w]+\:\d+/ FILE\:LINENO/g;
         s/allocate \d+ bytes at/allocate <N> bytes at/g;
+        s/v\d+.\d+.\d+/vX.X.X/g;
 
         # Filter lines with *** malloc.  This is an artifact of Mac testing of
@@ -685,4 +686,5 @@
         s/\s+[\_\-\/\.\w]+\:\d+/ FILE\:LINENO/g;
         s/allocate \d+ bytes at/allocate <N> bytes at/g;
+        s/v\d+.\d+.\d+/vX.X.X/g;
 
         # Filter lines with *** malloc.  This is an artifact of Mac testing of
Index: /trunk/psLib/test/runTest
===================================================================
--- /trunk/psLib/test/runTest	(revision 3598)
+++ /trunk/psLib/test/runTest	(revision 3599)
@@ -26,5 +26,5 @@
 #
 #  $Revison:  $  $Name: not supported by cvs2svn $
-#  $Date: 2005-03-17 18:53:14 $
+#  $Date: 2005-03-31 23:37:09 $
 #
 #  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
@@ -142,4 +142,5 @@
             s/\s+[\_\-\/\.\w]+\:\d+/ FILE\:LINENO/g;
             s/allocate \d+ bytes at/allocate <N> bytes at/g;
+            s/v\d+.\d+.\d+/vX.X.X/g;
 
             # Filter lines with malloc.  This is an artifact of memory testing
@@ -174,4 +175,5 @@
             s/\s+[\_\-\/\.\w]+\:\d+/ FILE\:LINENO/g;
             s/allocate \d+ bytes at/allocate <N> bytes at/g;
+            s/v\d+.\d+.\d+/vX.X.X/g;
 
             # Filter lines with malloc.  This is an artifact of memory testing
Index: /trunk/psLib/test/sysUtils/verified/tst_psConfigure.stderr
===================================================================
--- /trunk/psLib/test/sysUtils/verified/tst_psConfigure.stderr	(revision 3598)
+++ /trunk/psLib/test/sysUtils/verified/tst_psConfigure.stderr	(revision 3599)
@@ -6,5 +6,5 @@
 
 <DATE><TIME>|<HOST>|I|psLibVersion00
-    Current psLib version is: pslib-v1.5
+    Current psLib version is: pslib-vX.X.X
 
 ---> TESTPOINT PASSED (psConfigure{Return current psLib version} | tst_psConfigure.c)
