summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2008-05-02 12:13:15 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2008-05-02 12:13:15 -0300
commitd14937c34b510a3676649049d20b5e89b50e789d (patch)
tree1c371ff3ff810801114145a36b0f0842cf078c7d /configure.in
parent83860e372832abb87f9a065d625ad8a589ffa5b0 (diff)
Add missing build-depends. Closes #478231
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 22b373f91..c0c73e1c8 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.11")
+AC_DEFINE_UNQUOTED(VERSION,"0.7.13")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)