summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2023-04-06 10:26:22 +0200
committerWerner Koch <wk@gnupg.org>2023-04-06 10:26:22 +0200
commita25cea92798a5ece3f49924911507f5335915ecc (patch)
tree0ccf8115afde95779dfdfaa3e09f52a52ec4e864
parent6604887a7e96b0ff59ea04808574429115a76b1d (diff)
downloadlibgpg-error-a25cea92798a5ece3f49924911507f5335915ecc.tar.gz
-rw-r--r--AUTHORS2
-rw-r--r--NEWS2
-rw-r--r--configure.ac6
-rw-r--r--src/gpg-error.h.in4
-rw-r--r--src/versioninfo.rc.in2
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 <https://www.gnu.org/licenses/>.
- * 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"