diff options
author | Matt Zimmerman <matt.zimmerman@canonical.com> | 2004-12-23 18:18:00 +0000 |
---|---|---|
committer | Matt Zimmerman <matt.zimmerman@canonical.com> | 2004-12-23 18:18:00 +0000 |
commit | fc6f394b025bb5f0b06b665e8407f37a25ef51ac (patch) | |
tree | 134ad0fa45505ee80c8fd3b3a52679daae76de6f /configure.in | |
parent | 4a1778448653283970ea094822738ddbed8f7825 (diff) | |
parent | b3d44315ee812ba2d0a99751695b5a4314407ec2 (diff) |
Merge from apt--mvo--0
Patches applied:
* michael.vogt@canonical.com--2004--laptop/apt--mvo--0--patch-6
* stronger dependencies for libapt-pkg-dev (depends on the source version of apt and apt-watch now)
* michael.vogt@canonical.com--2004--laptop/apt--mvo--0--patch-7
* distro really should be hoary, not unstable :/
* michael.vogt@canonical.com--2004--laptop/apt--mvo--0--patch-8
* documented the "--allow-unauthenticated" switch
* michael.vogt@canonical.com--2004/apt--mvo--0--patch-2
brought tree up-to-date with matt
* michael.vogt@canonical.com--2004/apt--mvo--0--patch-3
* imported changes from apt--main
* michael.vogt@canonical.com--2004/apt--mvo--0--patch-4
* merged changes from the conference
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 ba80075d3..55062a2b8 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) dnl -- SET THIS TO THE RELEASE VERSION -- -AC_DEFINE_UNQUOTED(VERSION,"0.6.27ubuntu2") +AC_DEFINE_UNQUOTED(VERSION,"0.6.27ubuntu3") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) |