aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-04 22:51:26 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-04 22:51:26 +0000
commit5a94fae6fa039bd75ec9723a449c38199a6cc436 (patch)
treefacc4b81ca54f640e155b439901eba76dd0b9356 /maintainer-scripts
parent143cfda199adfa72eda2465dc8c1987737bf5db4 (diff)
* update_version (textstring_FILES): Only version.c needs to be
updated, now that we do not consider older branches any more. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66471 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog5
-rwxr-xr-xmaintainer-scripts/update_version2
2 files changed, 6 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 991095c8027..f0742495c00 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+
+ * update_version (textstring_FILES): Only version.c needs to be
+ updated, now that we do not consider older branches any more.
+
2003-05-02 Gerald Pfeifer <gerald@pfeifer@dbai.tuwien.ac.at>
* update_version (IGNORE_BRANCHES): Add.
diff --git a/maintainer-scripts/update_version b/maintainer-scripts/update_version
index bde683eb8ec..715f8b6645a 100755
--- a/maintainer-scripts/update_version
+++ b/maintainer-scripts/update_version
@@ -25,7 +25,7 @@ BRANCHES="${BRANCHES} HEAD"
CURR_DATE=`/bin/date +"%Y%m%d"`
# version is contained within a char*
-textstring_FILES="gcc/gcc/version.c gcc/gcc/ada/gnatvsn.ads gcc/gcc/f/version.c gcc/libf2c/libF77/Version.c gcc/libf2c/libI77/Version.c gcc/libf2c/libU77/Version.c"
+textstring_FILES="gcc/gcc/version.c"
# version is contained within a #define
cppdefine_FILES="gcc/libstdc++-v3/include/bits/c++config"