From 017bceb58af7101f066c3b3a149a44f8e68b1a5b Mon Sep 17 00:00:00 2001 From: enge Date: Thu, 18 Sep 2008 14:58:04 +0000 Subject: incremented the version numbers to avoid accidents git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@181 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- README.dev | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.dev') 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. -- cgit v1.2.1