Add script to check version format
authorMichael Hanselmann <hansmi@google.com>
Wed, 24 Nov 2010 19:18:14 +0000 (20:18 +0100)
committerMichael Hanselmann <hansmi@google.com>
Wed, 24 Nov 2010 19:29:12 +0000 (20:29 +0100)
commit96602be47aebe0a18427b79c625bb8e40959203a
treed046a394732ae2c3402b9322119a4ec6a46b9b15
parent577b170b61f1ec9de1c9287cfe828f13b03683bc
Add script to check version format

Only versions of the format “x.y.z” and “x.y.z~(rc|beta)N” (for N>0) are
allowed.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Makefile.am
autotools/check-version [new file with mode: 0755]