Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2005-12-16 23:49:42 +0300
committerJeff Johnston <jjohnstn@redhat.com>2005-12-16 23:49:42 +0300
commit0217078f77de375347b3c76fb7dbf6ab11b61883 (patch)
tree186284eaa90bc9a086a68a82409b88b31e8544bf /newlib/doc
parent6ba157bb2e6cde295bd74c40110aea5b5d096c85 (diff)
2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 1.14.0 info. * README: Ditto. * acinclude.m4: Change version number to 1.14.0. * aclocal.m4: Regenerated. * configure: Ditto. * doc/aclocal.m4: Ditto. * doc/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.14.
Diffstat (limited to 'newlib/doc')
-rw-r--r--newlib/doc/aclocal.m42
-rwxr-xr-xnewlib/doc/configure2
2 files changed, 2 insertions, 2 deletions
diff --git a/newlib/doc/aclocal.m4 b/newlib/doc/aclocal.m4
index 0a1490998..42dedc068 100644
--- a/newlib/doc/aclocal.m4
+++ b/newlib/doc/aclocal.m4
@@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(newlib, 1.13.0)
+AM_INIT_AUTOMAKE(newlib, 1.14.0)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/doc/configure b/newlib/doc/configure
index 07b7af236..c7c97ec00 100755
--- a/newlib/doc/configure
+++ b/newlib/doc/configure
@@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
PACKAGE=newlib
-VERSION=1.13.0
+VERSION=1.14.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; }