diff options
author | Werner Koch <[email protected]> | 2025-04-17 12:45:32 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-04-17 12:50:42 +0000 |
commit | 9d47a0f1f8ae0b9aa4c2d0c230c08c8fbe243f42 (patch) | |
tree | cb48812ebc89d0f7779a62567b1b616c14926843 /configure.ac | |
parent | w32: Fix extended length path handling for UNC specified files. (diff) | |
download | libgpg-error-1.54.tar.gz libgpg-error-1.54.zip |
Release 1.54libgpg-error-1.54gpgrt-1.54
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 54b4397..16c2508 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org]) # Note that added error codes don't constitute an interface change. LIBGPG_ERROR_LT_CURRENT=39 LIBGPG_ERROR_LT_AGE=39 -LIBGPG_ERROR_LT_REVISION=1 +LIBGPG_ERROR_LT_REVISION=2 ################################################ AC_SUBST(LIBGPG_ERROR_LT_CURRENT) |