Bumbed beta version
authorlindahl <lindahl>
Fri, 23 Apr 2004 15:48:21 +0000 (15:48 +0000)
committerlindahl <lindahl>
Fri, 23 Apr 2004 15:48:21 +0000 (15:48 +0000)
configure.ac

index 3f223ed4263b73a23ebb06d2f1ac7c3a7c3bbf40..45c6e35d9a171a66a37b66e51b955025e69f658d 100644 (file)
@@ -1,14 +1,14 @@
 #######################################################################
 # Process this file wth autoconf to produce a configure script.
 #######################################################################
-
 AC_PREREQ(2.50)
-AC_INIT(GROMACS, 3.2.90_beta_20040201, gmx-users@gromacs.org)
+AC_INIT(GROMACS, 3.2.90_beta_20040423, gmx-users@gromacs.org)
 AC_CONFIG_SRCDIR(src/gmxlib/3dview.c)
 AC_CONFIG_AUX_DIR(config)
 AC_CANONICAL_HOST
 
-AM_INIT_AUTOMAKE(gromacs, 3.2.90_beta_20040201)
+AM_INIT_AUTOMAKE(gromacs, 3.2.90_beta_20040423)
 AC_PREFIX_DEFAULT(/usr/local/gromacs)
 AM_CONFIG_HEADER(src/config.h)
 dnl This is the version info according to the libtool versioning system.