From: markus schnalke Date: Fri, 9 Sep 2011 19:05:43 +0000 (+0200) Subject: This is the birth of mmh. :-) X-Git-Tag: mmh-thesis-end~516 X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;ds=sidebyside;h=5667f6a234e66806941f95b48b229871b5d163d1;p=mmh This is the birth of mmh. :-) --- 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)