summaryrefslogtreecommitdiff
path: root/maintainer-scripts/update_version
diff options
context:
space:
mode:
Diffstat (limited to 'maintainer-scripts/update_version')
-rwxr-xr-xmaintainer-scripts/update_version9
1 files changed, 7 insertions, 2 deletions
diff --git a/maintainer-scripts/update_version b/maintainer-scripts/update_version
index b8e8a1e7a5e..7d3d2f07dcd 100755
--- a/maintainer-scripts/update_version
+++ b/maintainer-scripts/update_version
@@ -1,8 +1,13 @@
-#!/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