diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-12-19 11:44:52 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-12-19 11:44:52 +0100 |
commit | 59b46c414d5a5cebd26bdafac6b08fa4d1ba0963 (patch) | |
tree | be83cc6906fc7a819142c833086b7c026838f3e8 /configure.in | |
parent | 4172c78468a04078c97146dbc2e2979e63906f5b (diff) |
* apt-pkg/deb/debrecords.cc:
- return the correct SHA1Hash()
* methods/http.cc:
- send VERSION of apt in the User-Agent string
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 ad81a8228..fe7c0e3e1 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.46.3-0.1") +AC_DEFINE_UNQUOTED(VERSION,"0.6.46.5") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) |