~racb/ubuntu/quantal/apt/by_hash

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2011-09-20 18:26:13 UTC
  • Revision ID: package-import@ubuntu.com-20110920182613-v9u25taxw6ed2jbi
Tags: 0.8.16~exp5ubuntu10
* methods/https.cc:
  - cleanup broken downloads properly (just like http)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
19
19
 
20
20
dnl -- SET THIS TO THE RELEASE VERSION --
21
 
AC_DEFINE_UNQUOTED(VERSION,"0.8.16~exp5ubuntu9")
 
21
AC_DEFINE_UNQUOTED(VERSION,"0.8.16~exp5ubuntu10")
22
22
PACKAGE="apt"
23
23
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
24
24
AC_SUBST(PACKAGE)