From a25cea92798a5ece3f49924911507f5335915ecc Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 6 Apr 2023 10:26:22 +0200 Subject: Release 1.47 --- AUTHORS | 2 +- NEWS | 2 +- configure.ac | 6 +++--- src/gpg-error.h.in | 4 ++-- src/versioninfo.rc.in | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/AUTHORS b/AUTHORS index 6aba44a..704e715 100644 --- a/AUTHORS +++ b/AUTHORS @@ -16,7 +16,7 @@ listed individually. List of Copyright holders ========================= - Copyright (C) 2001-2022 g10 Code GmbH + Copyright (C) 2001-2023 g10 Code GmbH Copyright (C) 1995-2017 Free Software Foundation, Inc. Copyright (C) 1998-2006, 2008-2017 Werner Koch Copyright (C) 2014 Jedi Lin diff --git a/NEWS b/NEWS index b43063a..9be1b71 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Noteworthy changes in version 1.47 (unreleased) [C33/A33/R_] +Noteworthy changes in version 1.47 (2023-04-06) [C34/A34/R0] ----------------------------------------------- * New error codes for PUKs and reset codes. [T6421] diff --git a/configure.ac b/configure.ac index 1779f7e..679a9da 100644 --- a/configure.ac +++ b/configure.ac @@ -49,9 +49,9 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org]) # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) # Note that added error codes don't constitute an interface change. -LIBGPG_ERROR_LT_CURRENT=33 -LIBGPG_ERROR_LT_AGE=33 -LIBGPG_ERROR_LT_REVISION=1 +LIBGPG_ERROR_LT_CURRENT=34 +LIBGPG_ERROR_LT_AGE=34 +LIBGPG_ERROR_LT_REVISION=0 ################################################ AC_SUBST(LIBGPG_ERROR_LT_CURRENT) diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index 94dc105..bce028e 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -1,5 +1,5 @@ /* gpg-error.h or gpgrt.h - Common code for GnuPG and others. -*- c -*- - * Copyright (C) 2001-2020 g10 Code GmbH + * Copyright (C) 2001-2023 g10 Code GmbH * * This file is part of libgpg-error (aka libgpgrt). * @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, see . - * SPDX-License-Identifier: LGPL-2.1+ + * SPDX-License-Identifier: LGPL-2.1-or-later * * @configure_input@ */ diff --git a/src/versioninfo.rc.in b/src/versioninfo.rc.in index d617465..029b8b9 100644 --- a/src/versioninfo.rc.in +++ b/src/versioninfo.rc.in @@ -40,7 +40,7 @@ BEGIN VALUE "FileDescription", "libgpg-error - Common error codes\0" VALUE "FileVersion", "@LIBGPG_ERROR_LT_CURRENT@.@LIBGPG_ERROR_LT_AGE@.@LIBGPG_ERROR_LT_REVISION@.@BUILD_REVISION@\0" VALUE "InternalName", "libgpg-error\0" - VALUE "LegalCopyright", "Copyright © 2022 g10 Code GmbH\0" + VALUE "LegalCopyright", "Copyright © 2023 g10 Code GmbH\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "libgpg-error.dll\0" VALUE "PrivateBuild", "\0" -- cgit v1.2.1