From b0ecd9879852d905ac12b5d9225b9d300513979c Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Mon, 16 Feb 2009 23:08:41 +0100 Subject: [PATCH] Prepare for CLN 1.3.0 release. Set version number and update copyright strings. --- NEWS | 9 +++++++++ README | 5 +++-- configure.ac | 4 ++-- doc/cln.texi | 6 ++++-- src/base/cl_free.cc | 5 +++-- 5 files changed, 21 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index a6670c9..3d80d26 100644 --- 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 980e093..7de3f55 100644 --- 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 diff --git a/configure.ac b/configure.ac index b47a351..cc32408 100644 --- a/configure.ac +++ b/configure.ac @@ -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. diff --git a/doc/cln.texi b/doc/cln.texi index 8434cb1..7c0aa5f 100644 --- a/doc/cln.texi +++ b/doc/cln.texi @@ -36,7 +36,8 @@ Published by Bruno Haible, @code{} and Richard B. Kreckel, @code{}. 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{} and diff --git a/src/base/cl_free.cc b/src/base/cl_free.cc index 3e788e9..ccda8af 100644 --- a/src/base/cl_free.cc +++ b/src/base/cl_free.cc @@ -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"