diff options
author | Manfred Hollstein <manfred@s-direktnet.de> | 1998-07-14 13:06:53 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-07-14 13:06:53 -0600 |
commit | 00025aeabbc6aabf4bc62f46f0de757533f5bb6f (patch) | |
tree | db62ca2bb6d324bc3b62c34fbef1d76ec6e34b79 | |
parent | 55ea324fdb1ffa7a830b228318aca0b574d28bc6 (diff) | |
download | gcc-00025aeabbc6aabf4bc62f46f0de757533f5bb6f.zip gcc-00025aeabbc6aabf4bc62f46f0de757533f5bb6f.tar.gz gcc-00025aeabbc6aabf4bc62f46f0de757533f5bb6f.tar.bz2 |
Makefile.in (VERSION): Bump to 2.9.0.
8
* Makefile.in (VERSION): Bump to 2.9.0.
From-SVN: r21157
-rw-r--r-- | libstdc++/tests/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++/tests/Makefile.in b/libstdc++/tests/Makefile.in index 8c3a9ef..057482f 100644 --- a/libstdc++/tests/Makefile.in +++ b/libstdc++/tests/Makefile.in @@ -14,7 +14,7 @@ # along with this library; see the file COPYING. If not, write to the Free # Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -VERSION = 2.8.0 +VERSION = 2.9.0 SHLIB = libstdc++.so.$(VERSION) DEPLIBS = ../libstdc++.a |