summaryrefslogtreecommitdiff
path: root/README.dev
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 /README.dev
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
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev7
1 files changed, 4 insertions, 3 deletions
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.