Introduce support for alpha versions
authorMichele Tartara <mtartara@google.com>
Thu, 13 Jun 2013 11:00:12 +0000 (11:00 +0000)
committerMichele Tartara <mtartara@google.com>
Fri, 14 Jun 2013 12:04:33 +0000 (14:04 +0200)
commit77721d8bb6e0d41cf70ab8e19087a2810b99a086
tree3ffc81e68f408713c6efd32778bde5a73aa05d67
parentdadc78642c1e512f8815fb04295dd810f42b741d
Introduce support for alpha versions

An alpha version can be used to name a release while a previous one is still
being developed.

E.g. 2.9.0~alpha1 can be out while 2.8.0~rc1 is being worked on.

When a version is marked as alpha, it is allowed to have unreleased versions
before it in the NEWS file, in order to simplify merges of the NEWS file itself
between the two development branches.

Partially fixes Issue 448.

Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>
autotools/check-news