From: Ray Strode Date: Fri, 8 Jun 2007 21:30:59 +0000 (-0400) Subject: drop odd versioning scheme X-Git-Tag: 0.1.0~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9f73b2a50bdf9c97d9a2fd602c5f4c93d041596;p=thirdparty%2Fplymouth.git drop odd versioning scheme --- diff --git a/configure.ac b/configure.ac index 0eac77ef..0b091c71 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,4 @@ -# the versioning scheme is 0.0.1-unstable -# followed by 0.1.0 for initial release -# followed by 0.1.0-stable and 0.1.0-unstable -# followed by 0.1.1 and 0.2.0 -# followed by 0.1.1-stable and 0.2.0-unstable -# etc., etc. -AC_INIT(plymouth, 0.0.1-unstable, "rstrode@redhat.com") +AC_INIT(plymouth, 0.0.1, "rstrode@redhat.com") AC_CONFIG_SRCDIR(src/main.c) AC_CONFIG_HEADER(config.h)