From 6aacd43348bd9a74da8295d3cf26a6f80d81c28e Mon Sep 17 00:00:00 2001 From: lindahl Date: Tue, 18 Nov 2003 00:25:04 +0000 Subject: [PATCH] Changed to beta versioning --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c0e3a56f70..e287ec4e3d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,12 +3,12 @@ ####################################################################### AC_PREREQ(2.50) -AC_INIT(GROMACS, 3.2.0, gmx-users@gromacs.org) +AC_INIT(GROMACS, 3.2.0_beta1, 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.0) +AM_INIT_AUTOMAKE(gromacs, 3.2.0_beta1) AC_PREFIX_DEFAULT(/usr/local/gromacs) AM_CONFIG_HEADER(src/config.h) dnl This is the version info according to the libtool versioning system. -- 2.11.4.GIT