diff options
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | debian/changelog | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index b758315..55d0e37 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(magit, 0.7) +AC_INIT(magit, 0.6.1) AC_CONFIG_SRCDIR([magit.el]) AM_INIT_AUTOMAKE diff --git a/debian/changelog b/debian/changelog index 8d54567..90aea4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -magit (0.7-1~unreleased) unstable; urgency=low +magit (0.6.1-1) unstable; urgency=low - * + * Fixed a bug that screwed up working with multiple repositories. -- Marius Vollmer <marius.vollmer@gmail.com> Mon, 13 Oct 2008 00:40:08 +0300 |
