Explorar el Código

fix typo *sigh*

Michael Vogt hace 18 años
padre
commit
5634f31af3
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      configure.in
  2. 2 2
      debian/changelog

+ 1 - 1
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.15~exp1")
+AC_DEFINE_UNQUOTED(VERSION,"0.7.15~exp3")
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)

+ 2 - 2
debian/changelog

@@ -1,4 +1,4 @@
-apt (0.7.15~exp3) UNRELEASED; urgency=low
+apt (0.7.15~exp3) experimental; urgency=low
 
   [Daniel Burrows]
   * apt-pkg/deb/dpkgpm.cc:
@@ -16,7 +16,7 @@ apt (0.7.15~exp3) UNRELEASED; urgency=low
     - fix simulation performance drop (thanks to Ferenc Wagner
       for reporting the issue)
 
- -- Michael Vogt <mvo@udebian.org>  Wed, 01 Oct 2008 18:09:49 +0200
+ -- Michael Vogt <mvo@debian.org>  Wed, 01 Oct 2008 18:09:49 +0200
 
 apt (0.7.15~exp2) experimental; urgency=low