diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9405902..a6b10fb 100644 --- a/configure.ac +++ b/configure.ac @@ -26,8 +26,8 @@ AC_INIT(libgpg-error, 0.5, [email protected]) # (Interfaces added/removed/changed: CURRENT++, REVISION=0) # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) -LIBGPG_ERROR_LT_CURRENT=0 -LIBGPG_ERROR_LT_AGE=0 +LIBGPG_ERROR_LT_CURRENT=1 +LIBGPG_ERROR_LT_AGE=1 LIBGPG_ERROR_LT_REVISION=0 AC_SUBST(LIBGPG_ERROR_LT_CURRENT) AC_SUBST(LIBGPG_ERROR_LT_AGE) |