summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2007-11-28 18:27:56 +0100
committerMichael Vogt <egon@bottom>2007-11-28 18:27:56 +0100
commit7ce6bd6a759c4bcb9682bc9cc99cb8e37314bdcd (patch)
tree368d9fcb49805ef9571f66022a1b2e4bf251cad3 /configure.in
parent757f20941a19d5e1e9ebd74ecd5a4d5b0012644f (diff)
* debian/rules
- fix https install location
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f56a9a7c6..5f19c98a6 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.7.9")
+AC_DEFINE_UNQUOTED(VERSION,"0.7.10")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)