]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
drop odd versioning scheme
authorRay Strode <rstrode@redhat.com>
Fri, 8 Jun 2007 21:30:59 +0000 (17:30 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 8 Jun 2007 21:30:59 +0000 (17:30 -0400)
configure.ac

index 0eac77efc77f3fea37bc6d30b33891704db89edc..0b091c71339af48a1de68c7b353b2eeab1435d70 100644 (file)
@@ -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)