diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-10-07 20:24:10 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-10-07 20:24:10 +0200 |
commit | c4ed75769f32eee57bd56350709b24b2bb7222aa (patch) | |
tree | 4f76b20d2a4c04685132e58437893deb4844f6bc /configure.in | |
parent | c5fdf360513f8d2e5858711ff46c744cddcdeb6f (diff) | |
parent | 5634f31af3ddd58171b660e48af18d9cb0939275 (diff) |
merged from the debain-sid branch
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 c0c73e1c8..033aa9173 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.13") +AC_DEFINE_UNQUOTED(VERSION,"0.7.15~exp3") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) |