summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-09-18 14:58:04 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-09-18 14:58:04 +0000
commit017bceb58af7101f066c3b3a149a44f8e68b1a5b (patch)
treeab31203baca8a8c900b87327e888f509221c5655
parent064016163fb3adc9924dbfadb4fcd0f47cc257de (diff)
downloadmpc-017bceb58af7101f066c3b3a149a44f8e68b1a5b.tar.gz
incremented the version numbers to avoid accidents
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@181 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--INSTALL4
-rw-r--r--README.dev7
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 14df0e3..e2dbe40 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,8 +10,8 @@ in the Texinfo documentation (type 'info mpc.info').
1. In the directory of the MPC archive, type
- tar xzf mpc-0.5.tar.gz
- cd mpc-0.5
+ tar xzf mpc-0.5.1.tar.gz
+ cd mpc-0.5.1
./configure
make
diff --git a/README.dev b/README.dev
index c59f5e1..a040a32 100644
--- a/README.dev
+++ b/README.dev
@@ -10,7 +10,7 @@ $ autoreconf -i
Creating a new release
----------------------
-1) Update the version number in configure.ac ("AC_INIT (mpc, _version_...)")
+1) Check the version number in configure.ac ("AC_INIT (mpc, _version_...)")
and in INSTALL, and disactivate the -Werror option in configure.ac.
2) Check that NEWS, BUGS and TODO are up to date, and that the minimal
version numbers of gmp and mpfr in INSTALL and doc/mpc.texi are
@@ -18,5 +18,6 @@ Creating a new release
3) Execute "autoreconf; touch doc/mpc.texi; make dist".
This updates the date and version number in doc/version.texi and
creates the tarball for distribution.
-4) Reactivate the -Werr option in configure.ac.
-4) Commit the changes to svn.
+4) Update the version number in configure.ac and in INSTALL, and reactivate
+ the -Werror option in configure.ac.
+5) Commit the changes to svn.
diff --git a/configure.ac b/configure.ac
index 82badc4..31cfe08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(mpc, 0.5, mpc-discuss@lists.gforge.inria.fr)
+AC_INIT(mpc, 0.5.1, mpc-discuss@lists.gforge.inria.fr)
AC_CONFIG_SRCDIR([src/mpc-impl.h])
AC_CONFIG_HEADER([config.h])