From: Ray Strode Date: Fri, 30 May 2008 16:02:19 +0000 (-0400) Subject: Bump version to 0.1.0 X-Git-Tag: 0.1.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e911d01acc04f0cacb399fce2b9580d84ae95dc;p=thirdparty%2Fplymouth.git Bump version to 0.1.0 --- diff --git a/configure.ac b/configure.ac index dc1e1da0..fe662074 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(plymouth, 0.0.1, "halfline@gmail.com") +AC_INIT(plymouth, 0.1.0, "halfline@gmail.com") AC_CONFIG_SRCDIR(src/main.c) AC_CONFIG_HEADER(config.h) AC_CONFIG_AUX_DIR(build-tools)