]> www.ginac.de Git - cln.git/commitdiff
Prepare for CLN 1.3.0 release.
authorRichard Kreckel <kreckel@ginac.de>
Mon, 16 Feb 2009 22:08:41 +0000 (23:08 +0100)
committerRichard Kreckel <kreckel@ginac.de>
Mon, 16 Feb 2009 22:08:41 +0000 (23:08 +0100)
Set version number and update copyright strings.

NEWS
README
configure.ac
doc/cln.texi
src/base/cl_free.cc

diff --git a/NEWS b/NEWS
index a6670c9d03f3b0d8a9fc7ddc5bc99d509c3b2d63..3d80d26f672447f5f338297d11b9799dc61f3976 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2009-xx-xx, version 1.3.0
+=========================
+
+Other changes
+-------------
+
+* Implemented a more portable module dependency mechanism.
+
+
 2008-04-05, version 1.2.2
 =========================
 
diff --git a/README b/README
index 980e093b208dd56e0abdbbc753213302589a5e5c..7de3f55379d24497b95552580407fb8f5d986af0 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,8 @@
 Class Library for Numbers
 
-Copyright (c)    Bruno Haible 1988-2008
-Copyright (c) Richard Kreckel 2000-2008
+Copyright (c)      Bruno Haible 1988-2008
+Copyright (c)   Richard Kreckel 2000-2009
+Copyright (c) Alexei Sheplyakov 2008
 
 GPL
 
index b47a351bb33251b773807046942dfe5e04cf486c..cc32408caa97488c5740fac5bd08e1e2c4a60b8e 100644 (file)
@@ -1,8 +1,8 @@
 dnl run autoreconf -iv to produce the configure script.
 
 m4_define([cl_version_major], [1])
-m4_define([cl_version_minor], [2])
-m4_define([cl_version_patchlevel], [2])
+m4_define([cl_version_minor], [3])
+m4_define([cl_version_patchlevel], [0])
 m4_define([cl_version], [cl_version_major.cl_version_minor.cl_version_patchlevel])
 
 dnl Libtool's library version information for CLN.
index 8434cb15849989987e7aa3fb7df80478434cb29c..7c0aa5f17c483afbc6a39efef5a4bbcca30d6249 100644 (file)
@@ -36,7 +36,8 @@ Published by Bruno Haible, @code{<haible@@clisp.cons.org>} and
 Richard B. Kreckel, @code{<kreckel@@ginac.de>}.
 
 Copyright (C)  Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008.
-Copyright (C)  Richard B. Kreckel 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008.
+Copyright (C)  Richard B. Kreckel 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009.
+Copyright (C)  Alexei Sheplyakov 2008.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -72,7 +73,8 @@ by the author.
 @vskip 0pt plus 1filll
 Copyright @copyright{} Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008.
 @sp 0
-Copyright @copyright{} Richard B. Kreckel 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008.
+Copyright @copyright{} Richard B. Kreckel 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009.
+Copyright @copyright{} Alexei Sheplyakov 2008.
 
 @sp 2
 Published by Bruno Haible, @code{<haible@@clisp.cons.org>} and
index 3e788e95ecccfb3ce2c5bbfafecda72221c1bf92..ccda8afa9ca8a0a3319cb503c6e6d3812dea7bba 100644 (file)
@@ -33,8 +33,9 @@ void cl_free_heap_object (cl_heap* pointer)
 
 static const char * copyright_notice[] = {
   "                                                                    \n"
-  "Copyright (c)    Bruno Haible 1988-2008                             \n"
-  "Copyright (c) Richard Kreckel 2000-2008                             \n"
+  "Copyright (c)      Bruno Haible 1988-2008                           \n"
+  "Copyright (c)   Richard Kreckel 2000-2009                           \n"
+  "Copyright (c) Alexei Sheplyakov 2008                                \n"
   "                                                                    \n"
   "This program is free software; you can redistribute it and/or modify\n"
   "it under the terms of the GNU General Public License as published by\n"