diff options
author | Adam Conrad <adconrad@ubuntu.com> | 2012-11-06 15:54:31 -0700 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-07-11 07:26:42 +0200 |
commit | 50dba2a9ad755f2ce476576f54698128df9ba327 (patch) | |
tree | 7c483d4b01c3a884cb08220cf89ebb417563d78d /configure.in | |
parent | 94bfdf69d2b2ae7413ad2a3590d41d7de9a4adbe (diff) |
* Fix up two things in debian/apt.auto-removal.sh:
- Use exact matches with $-terminated regexes, so we don't get
confusion between similarly-named kernel flavours.
- Keep linux-backports-modules in sync with installed kernels.
Conflicts:
configure.in
debian/changelog
doc/apt-verbatim.ent
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 541d0e95f..4c25ba5d4 100644 --- a/configure.in +++ b/configure.in @@ -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="0.9.8.1" +PACKAGE_VERSION="0.9.7.6ubuntu2" PACKAGE_MAIL="APT Development Team <deity@lists.debian.org>" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION") |