summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Vogt <egon@debian-devbox>2012-10-17 10:25:08 +0200
committerMichael Vogt <egon@debian-devbox>2012-10-17 10:25:08 +0200
commit7f8f2c43b1bf98fb01f8dbced68bee1dbc745ed0 (patch)
tree168842be0bdb33ace9768f5016761e76d0473d18 /configure.in
parent32ed73df439850ee47e5e5edb8bfe1fe647ed794 (diff)
stop exporting the accidently exported parsenetrc() symbol
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 a5a2347c0..bb71bce8e 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)
PACKAGE="apt"
-PACKAGE_VERSION="0.9.7.6"
+PACKAGE_VERSION="0.9.8~exp1~20121017"
PACKAGE_MAIL="APT Development Team <deity@lists.debian.org>"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION")