summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-11-17 13:03:56 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-11-17 13:03:56 +0000
commit916577883cdd67ba13aec8e5011a10aedc490c42 (patch)
treeb43c0f6d41de6d790595ee48ff52da05112c4e71 /README.dev
parent0e09d16146daa9a74d9fd1f47991668d82cf6118 (diff)
downloadmpc-916577883cdd67ba13aec8e5011a10aedc490c42.tar.gz
added tagging description
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@324 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.dev b/README.dev
index 8ae2892..2620037 100644
--- a/README.dev
+++ b/README.dev
@@ -19,6 +19,8 @@ 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) Update the version number in configure.ac, INSTALL and mpc.h,
- and reactivate the -Werror option in configure.ac.
-5) Commit the changes to svn.
+4) Create an svn tag from inside the svn root:
+ svn cp trunk tags/VERSION -m "Tagging release VERSION"
+5) After the release, update the version number in configure.ac, INSTALL
+ and mpc.h, and reactivate the -Werror option in configure.ac.
+6) Commit the changes to svn.