diff options
author | Michael Vogt <mvo@debian.org> | 2014-07-10 13:46:25 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-07-10 13:46:25 +0200 |
commit | bf0eb749056387de11ec41c5e60f3f9052c1e13f (patch) | |
tree | 49f7b18af3ab3d386e7cde6445062d71863c4a9e /configure.ac | |
parent | b4a976fd53773983c50916ce396292901e5a7b09 (diff) |
restore breaks against libapt-inst1.5 (<< 0.9.9)
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 ec0c00b41..356c40614 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR(buildlib) AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in) PACKAGE="apt" -PACKAGE_VERSION="1.1~exp1" +PACKAGE_VERSION="1.1~exp2" PACKAGE_MAIL="APT Development Team <deity@lists.debian.org>" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION") |