diff options
Diffstat (limited to 'maintainer-scripts/update_version')
-rwxr-xr-x | maintainer-scripts/update_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer-scripts/update_version b/maintainer-scripts/update_version index 256ddaa..2217052 100755 --- a/maintainer-scripts/update_version +++ b/maintainer-scripts/update_version @@ -7,7 +7,7 @@ CVSROOT=${CVSROOT:-/cvs/gcc} IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3)-branch' -ADD_BRANCHES='HEAD autovect-branch' +ADD_BRANCHES='HEAD autovect-branch dfp-branch' # Run this from /tmp. export CVSROOT |