﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
614	psmodule 0.9.0 only requires pslib >= 0.8.0	jhoblitt	robert.desonia@…	"The CVS head version is also set to 0.8.99 instead of 0.9.99.

Index: configure.ac
===================================================================
RCS file: /usr/local/cvs/repositories/pan-starrs/datasys/IPP/psModule/configure.ac,v
retrieving revision 1.14
diff -u -r1.14 configure.ac
--- configure.ac        18 Oct 2005 19:16:01 -0000      1.14
+++ configure.ac        7 Dec 2005 04:09:47 -0000
@@ -1,6 +1,6 @@
 AC_PREREQ(2.59)

-AC_INIT([psmodule],[0.8.99],[http://pan-starrs.ifa.hawaii.edu/bugzilla])
+AC_INIT([psmodule],[0.9.99],[http://pan-starrs.ifa.hawaii.edu/bugzilla])
 AC_CONFIG_SRCDIR([psmodule.pc.in])

 AM_INIT_AUTOMAKE([1.7 foreign dist-bzip2])
@@ -55,7 +55,7 @@
 [PSLIB_CONFIG=$withval])

 if test -z ${PSLIB_CONFIG} ; then
-  PKG_CHECK_MODULES([PSLIB], [pslib >= 0.8.0])
+  PKG_CHECK_MODULES([PSLIB], [pslib >= 0.9.0])
 else
   AC_CHECK_FILE($PSLIB_CONFIG,[],
     [AC_MSG_ERROR([psLib is required.  If not in path, use --with-pslib-config
to specify pslib-config script location.])])"	defect	closed	high		build	0.9.0	normal	wontfix		
