From 5667f6a234e66806941f95b48b229871b5d163d1 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Fri, 9 Sep 2011 21:05:43 +0200 Subject: [PATCH] This is the birth of mmh. :-) --- VERSION | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index cd438c9..f1f9143 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3-dev +0.1-dev diff --git a/configure.in b/configure.in index e93e173..747f5aa 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl dnl Move this up a bit AC_PREREQ(2.61) -AC_INIT(nmh, m4_normalize(m4_include([VERSION]))) +AC_INIT(mmh, m4_normalize(m4_include([VERSION]))) AC_CONFIG_SRCDIR(h/nmh.h) AC_CONFIG_HEADER(config.h) -- 1.7.10.4