update_version (textstring_FILES): Only version.c needs to be updated...
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Sun, 4 May 2003 22:51:26 +0000 (00:51 +0200)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 4 May 2003 22:51:26 +0000 (22:51 +0000)
* update_version (textstring_FILES): Only version.c needs to be
updated, now that we do not consider older branches any more.

From-SVN: r66471

maintainer-scripts/ChangeLog
maintainer-scripts/update_version

index 991095c8027a2c83f03d7fa075f70de88d4cca5b..f0742495c008c6880579115fa30722db447e81d7 100644 (file)
@@ -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.
index bde683eb8ec0a1bd1c2d1abcf565b474dbf6fa7e..715f8b6645a7e6d75bdf25d7ba5f44174ee1643c 100755 (executable)
@@ -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"