* update_version (ADD_BRANCHES): Add lno-branch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75316
138bc75d-0d04-0410-961f-
82ee72b054a4
+2004-01-02 Gerald Pfeifer <gp@suse.de>
+
+ * update_version: Add some documentation.
+
+2004-01-02 Pop Sébastian <pop@gauvain.u-strasbg.fr>
+
+ * update_version (ADD_BRANCHES): Add lno-branch.
+
2003-11-02 Gerald Pfeifer <gerald@pfeifer.com>
* maintainer-addresses: New script.
-#!/bin/sh
+#!/bin/sh
+#
+# Update the current version date in all files in the tree containing
+# it. Consider all release branches except those matching the regular
+# expression in $IGNORE_BRANCHES, and also consider those branches listed
+# in $ADD_BRANCHES.
CVSROOT=${CVSROOT:-/cvs/gcc}
IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2)-branch'
-ADD_BRANCHES='HEAD tree-ssa-20020619-branch'
+ADD_BRANCHES='HEAD tree-ssa-20020619-branch lno-branch'
# Run this from /tmp.
export CVSROOT