diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-07 13:00:35 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-07 13:00:35 +0100 |
commit | e29dfa9ebfe9940089697fbb3e436e8ff95ecad6 (patch) | |
tree | b8adbb7dc2d9927c94cc95911f1bb745739814fc /configure.in | |
parent | 07cf8a2fd6b6472ea8d98573c18b010ef8b66ed4 (diff) | |
parent | 70dbf5f8f3e6e3526c82c72ed1795d9f2dad0338 (diff) |
* apt-pkg/cdrom.cc:
- only unmount if APT::CDROM::NoMount is false
* methods/cdrom.cc:
- only umount if it was mounted by the method before
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 7d93de955..940601e21 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.46.4ubuntu8") +AC_DEFINE_UNQUOTED(VERSION,"0.6.46.4ubuntu9") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) |