diff options
author | Werner Koch <[email protected]> | 2018-04-30 06:33:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-04-30 06:33:14 +0000 |
commit | cac048bf8454ade95a905f9d3840b1ec284fce20 (patch) | |
tree | 36b4eefd1d214473d2229fd1749fa81304bfa2fd /configure.ac | |
parent | build: More release creation automation. (diff) | |
download | libgpg-error-1.30.tar.gz libgpg-error-1.30.zip |
Release 1.30.libgpg-error-1.30
* configure.ac: Bump LT version to C24/A/24/R1.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2026128..fb2891a 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,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=24 LIBGPG_ERROR_LT_AGE=24 -LIBGPG_ERROR_LT_REVISION=0 +LIBGPG_ERROR_LT_REVISION=1 ################################################ AC_SUBST(LIBGPG_ERROR_LT_CURRENT) |