r558: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 20 Feb 2001 05:00:55 +0000 (05:00 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 20 Feb 2001 05:00:55 +0000 (05:00 +0000)
configure
configure.in
rpm/ctsim.spec

index be7a3558eb605a8ccf0c7231407908addf3cffa5..d3f77d035c302e0eb22f8445b18d439df333b712 100755 (executable)
--- a/configure
+++ b/configure
@@ -715,7 +715,7 @@ fi
 
 PACKAGE=ctsim
 
-VERSION=3.0.0
+VERSION=3.0.1
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
index 7f43431a233fed9c65df92f9d24c1ddc4b18006b..f2e2187e344c275d0a7d9b256177a253a1c93d6d 100644 (file)
@@ -4,7 +4,7 @@ dnl Must reset CDPATH so that bash's cd does not print to stdout
 dnl CDPATH=
 
 AC_INIT(src/ctsim.cpp)
-AM_INIT_AUTOMAKE(ctsim,3.0.0)
+AM_INIT_AUTOMAKE(ctsim,3.0.1)
 AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.
index b8fdeeca42b23f63f5ae4512a774bc62fe84978a..c65757c79bbfd1398808f0e298d573a1addf532e 100644 (file)
@@ -1,5 +1,5 @@
 # Version of CTSim
-%define version 3.0.0
+%define version 3.0.1
 
 Summary: CTSim - Open-Source Computed Tomography Simulator
 Name: ctsim