version.pl: support version numbers of the form X.Y[.Z]rcW
commitb10f3e2dca1df539350ca3a77092d64fe44ceb25
authorH. Peter Anvin <hpa@zytor.com>
Sat, 22 Sep 2007 23:19:19 +0000 (22 16:19 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 22 Sep 2007 23:19:19 +0000 (22 16:19 -0700)
treee26bda26a090e9d5ccaf83425d463e94fb51a41c
parentaf31d433683fc190ccda6593284c9d8160ca1adb
version.pl: support version numbers of the form X.Y[.Z]rcW

Support version numbers of the form X.Y[.Z]rcW where X, Y, Z and W are
numbers.  For the numeric macros, drop them down to a lower level, so
2.0rc1 is treated as version 1.99.99.91.
version.pl