From 69db79429a6b46f98275c20452c38eb98805d581 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 23 Oct 2010 12:44:44 +0300 Subject: [PATCH] * mark this a 0.8-beta --- TODO | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index d7803152..260a2ed6 100644 --- a/TODO +++ b/TODO @@ -18,6 +18,8 @@ - [ ] completion for zsh - [ ] don't make test mail files executable +* Release already done + ** release 0.8 [100%] - [X] remove gio dependency - [X] fix macos/wordexp bug(?) @@ -32,8 +34,6 @@ - [X] mu-easy.1, man page with simple examples - [X] fix progress info - -* Release already done ** release 0.7 [100%] diff --git a/configure.ac b/configure.ac index e2af3eb0..410461b9 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ ## along with this program; if not, write to the Free Software Foundation, ## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -AC_INIT([mu],[0.8],[http://www.djcbsoftware.nl/code/mu]) +AC_INIT([mu],[0.8-beta],[http://www.djcbsoftware.nl/code/mu]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/mu.cc]) AM_INIT_AUTOMAKE([dist-bzip2])