summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-03-30 19:17:17 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-03-30 19:17:17 +0000
commit4199a83713c1dfd429a37f7cf4b09f9234d6d85b (patch)
treef7a0612adf0a55d51a333b0fd0d37df17a36e891 /configure.ac
parent82f43af1baa9f8a2ddcaf4e2e30a5e36ba81d3cd (diff)
downloadmpc-4199a83713c1dfd429a37f7cf4b09f9234d6d85b.tar.gz
README.dev: Disabling of error flags in releases is now down automatically
mpc.texi: Expanded explanation of mpc_inp_str inp_str.c, inp_str.dat: Removed FIXME lines; the code behaves according to the documentation INSTALL: Updated the e-mail address for bug reports Updated version number to 0.6 in view of imminent release git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@520 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ee1001d..67d42c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ MA 02111-1307, USA. */
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT(mpc, 0.6-dev, mpc-discuss@lists.gforge.inria.fr)
+AC_INIT(mpc, 0.6, mpc-discuss@lists.gforge.inria.fr)
AC_CONFIG_SRCDIR([src/mpc-impl.h])
AC_CONFIG_HEADER([config.h])