diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2014-07-19 10:12:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2014-07-19 10:12:01 +0000 |
commit | 90fe3cc61f3cde37a082c78aaee6b0ce108b285e (patch) | |
tree | 9a9e032d7f343afac01ac1e7cc584461c354d0c2 /libgo | |
parent | 00d86ac99f5dd6afa5bbd7c38ffe1c585edd2387 (diff) | |
download | gcc-90fe3cc61f3cde37a082c78aaee6b0ce108b285e.zip gcc-90fe3cc61f3cde37a082c78aaee6b0ce108b285e.tar.gz gcc-90fe3cc61f3cde37a082c78aaee6b0ce108b285e.tar.bz2 |
libgo: Bump version number.
From-SVN: r212840
Diffstat (limited to 'libgo')
-rwxr-xr-x | libgo/configure | 2 | ||||
-rw-r--r-- | libgo/configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libgo/configure b/libgo/configure index 22f9352..08ddb18 100755 --- a/libgo/configure +++ b/libgo/configure @@ -2503,7 +2503,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers config.h" -libtool_VERSION=5:0:0 +libtool_VERSION=6:0:0 # Default to --enable-multilib diff --git a/libgo/configure.ac b/libgo/configure.ac index 1f5aea8..5e1e4d9 100644 --- a/libgo/configure.ac +++ b/libgo/configure.ac @@ -11,7 +11,7 @@ AC_INIT(package-unused, version-unused,, libgo) AC_CONFIG_SRCDIR(Makefile.am) AC_CONFIG_HEADER(config.h) -libtool_VERSION=5:0:0 +libtool_VERSION=6:0:0 AC_SUBST(libtool_VERSION) AM_ENABLE_MULTILIB(, ..) |