From: Kevin M. Rosenberg Date: Tue, 20 Feb 2001 05:00:55 +0000 (+0000) Subject: r558: *** empty log message *** X-Git-Tag: debian-4.5.3-3~459 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=aaee36475bb859d73c110533adb9d6a2cdad9dc2 r558: *** empty log message *** --- diff --git a/configure b/configure index be7a355..d3f77d0 100755 --- 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; } diff --git a/configure.in b/configure.in index 7f43431..f2e2187 100644 --- a/configure.in +++ b/configure.in @@ -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. diff --git a/rpm/ctsim.spec b/rpm/ctsim.spec index b8fdeec..c65757c 100644 --- a/rpm/ctsim.spec +++ b/rpm/ctsim.spec @@ -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