changeset 2519:590ff358ef27

* bumped version for next release
author rotor <rotor>
date Wed, 11 Aug 2010 04:24:55 +0000
parents 1e2ede5b782d
children 0c1881ddbe7a
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in
+++ b/configure.in
@@ -1,12 +1,12 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(minc, [2.1.00], [Andrew Janke <a.janke@gmail.com>])
+AC_INIT(minc, [2.1.01], [Andrew Janke <a.janke@gmail.com>])
 AC_CONFIG_SRCDIR([libsrc2/minc2.h])
 AC_CONFIG_AUX_DIR(ac_config_aux)
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS([config.h])
 
-AC_REVISION($Revision: 6.43 $)
+AC_REVISION($Revision: 6.44 $)
 
 AC_PROG_INSTALL
 AC_PROG_LN_S