#
 #       Revision history:
 #       $Log$
+#       Revision 1.6  2004/08/17 10:41:47  eronchie
+#       Added optimize option
+#
 #       Revision 1.5  2004/07/23 08:02:09  eronchie
 #       Updated configure.ac
 #
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT([GLite WMS Utils Exception], [0.0.0])
+AC_INIT([GLite WMS Utils Exception], [0.1.0]
 AC_CONFIG_AUX_DIR([./project])
 AM_INIT_AUTOMAKE([1.6.3 subdir-objects])
 AC_CONFIG_SRCDIR([src/Exception.cpp])
 AC_CONFIG_FILES([interface/Makefile])
 
 AC_OUTPUT
+
 
 #
 #       Revision history:
 #       $Log$
+#       Revision 1.11  2004/08/17 13:46:28  eronchie
+#       Added interface
+#
 #       Revision 1.10  2004/08/17 13:41:20  eronchie
 #       Moved out JobIdExceptions.h cjobid.h JobId.h
 #       Put in interface/glite/wmsutils/jobid
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT([GLite WMS Utils Jobid], [0.0.0])
+AC_INIT([GLite WMS Utils Jobid], [0.1.0]
 AC_CONFIG_AUX_DIR([./project])
 AM_INIT_AUTOMAKE([1.6.3 subdir-objects])
 AC_CONFIG_SRCDIR([src/jobid/strmd5.h])
 AC_CONFIG_FILES([src/jobid/Makefile])
 
 AC_OUTPUT
+