diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-12-17 22:48:16 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-12-17 22:48:16 +0000 |
commit | a9c42bde0b7455de5d6882264efb7e96a3781678 (patch) | |
tree | 522e04732d9bf74351816cbc4852c3658e4b12d2 /newlib/libc/sys/d10v/configure | |
parent | d8ae996c41cf0148f5bffa393bc35ed9b0e5d5d5 (diff) | |
download | newlib-a9c42bde0b7455de5d6882264efb7e96a3781678.zip newlib-a9c42bde0b7455de5d6882264efb7e96a3781678.tar.gz newlib-a9c42bde0b7455de5d6882264efb7e96a3781678.tar.bz2 |
2004-12-17 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 1.13.0 info.
* README: Ditto.
* acinclude.m4: Change version number to 1.13.0.
* aclocal.m4: Regenerated.
* configure: Ditto.
* doc/aclocal.m4: Ditto.
* doc/configure: Ditto.
* iconvdata/aclocal.m4: Ditto.
* iconvdata/configure: Ditto.
* libc/*/aclocal.m4: Ditto.
* libc/*/configure: Ditto.
* libc/libc.texinfo: Ditto.
* libm/*/aclocal.m4: Ditto.
* libm/*/configure: Ditto.
* libm/libm.texinfo: Ditto.
* libc/sys/linux/shared.ld: Add VERS_1.13.
Diffstat (limited to 'newlib/libc/sys/d10v/configure')
-rwxr-xr-x | newlib/libc/sys/d10v/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/d10v/configure b/newlib/libc/sys/d10v/configure index 78fa14c..cf9254b 100755 --- a/newlib/libc/sys/d10v/configure +++ b/newlib/libc/sys/d10v/configure @@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" && PACKAGE=newlib -VERSION=1.12.0 +VERSION=1.13.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } |