diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2012-12-20 21:10:27 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2012-12-20 21:10:27 +0000 |
commit | f2d223bd0fa6fdf1a0328d5bfcc83140f0e1150e (patch) | |
tree | 35bfc4d11c4b1d862ab00953a8b8b8549699aa53 /newlib/libm/libm.texinfo | |
parent | 45b8e70594ef52a9a8a97add890b79dedce270fe (diff) | |
download | cygnal-f2d223bd0fa6fdf1a0328d5bfcc83140f0e1150e.tar.gz cygnal-f2d223bd0fa6fdf1a0328d5bfcc83140f0e1150e.tar.bz2 cygnal-f2d223bd0fa6fdf1a0328d5bfcc83140f0e1150e.zip |
2012-12-20 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 2.0.0 info.
* README: Ditto.
* acinclude.m4: Change version number to 2.0.0.
* aclocal.m4: Regenerated.
* configure: Ditto.
* Makefile.in: Regenerated.
* 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_2.0
Diffstat (limited to 'newlib/libm/libm.texinfo')
-rw-r--r-- | newlib/libm/libm.texinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libm/libm.texinfo b/newlib/libm/libm.texinfo index 762daa48b..49e66e97b 100644 --- a/newlib/libm/libm.texinfo +++ b/newlib/libm/libm.texinfo @@ -13,7 +13,7 @@ END-INFO-DIR-ENTRY @ifinfo This file documents an ANSI-C conforming mathematical subroutine library. -Copyright (C) 1992, 1993, 1995, 1996-2011 Red Hat, Inc. +Copyright (C) 1992, 1993, 1995, 1996-2012 Red Hat, Inc. @file{libm} includes software developed at SunPro, a Sun Microsystems, Inc. business. Permission to use, copy, modify, and distribute this @@ -46,8 +46,8 @@ into another language, under the above conditions for modified versions. @titlepage @title The Red Hat newlib C Math Library @sp 1 -@subtitle @code{libm} 1.20.0 -@subtitle December 2010 +@subtitle @code{libm} 2.0.0 +@subtitle December 2012 @author {Steve Chamberlain} @author {Roland Pesch} @author {Red Hat Support} |