diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-28 00:31:13 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-28 00:31:13 +0200 |
commit | 360aa3f32b747825d524fb2a9bb6a97e83c97505 (patch) | |
tree | 1b68dd01039237b48351bdb11f28da015fa9de33 /configure.in | |
parent | eeb38a9afa000ca1fbf1a6b4d047d65ecf6d60f5 (diff) |
* debian/changelog:
- no change upload to fix build problem with synaptic
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 161fe5558..098e56e97 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.6.45ubuntu12") +AC_DEFINE_UNQUOTED(VERSION,"0.6.45ubuntu13") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) |