Index: trunk/psLib/src/Makefile.Globals
===================================================================
--- trunk/psLib/src/Makefile.Globals	(revision 2847)
+++ trunk/psLib/src/Makefile.Globals	(revision 2869)
@@ -6,6 +6,6 @@
 ##  Assumptions:    Variable "prefix" already defined
 ##
-##  $Revision: 1.36 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-12-29 22:15:50 $
+##  $Revision: 1.37 $  $Name: not supported by cvs2svn $
+##  $Date: 2005-01-03 23:37:52 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -45,4 +45,8 @@
 endif
 
+ifndef PS_LIB_VERSION
+    export PS_LIB_VERSION = rel4
+endif
+
 ifndef sladir
     export sladir = /usr/local/star
@@ -70,5 +74,5 @@
 
 EXTLIBS := -lcfitsio -lgsl -lgslcblas -lfftw3f -L$(sladir)/lib $(SLA_LINK) $(XML2_LINK)
-LDFLAGS := -g2 -pipe $(EXTLIBS) 
+LDFLAGS := -g2 -pipe $(EXTLIBS)
 
 # Define or refine variables for the Linux OS
@@ -86,5 +90,5 @@
 
 ifneq "$(findstring arwin,$(OSTYPE))" ""
-    CFLAGS += -Wno-long-double -DDARWIN 
+    CFLAGS += -Wno-long-double -DDARWIN
     CFLAGS_RELOC := $(CFLAGS)
     LDFLAGS := $(LDFLAGS) -lmx
