Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:parrot/parrot
  • Loading branch information
petdance committed Sep 27, 2011
2 parents 8eed825 + 9b8c473 commit f4397b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release/auto_release.pl
Expand Up @@ -113,7 +113,7 @@ =head1 SEE ALSO

# Parse version number
stop('Release version must be of the form a.b.c (e.g. 3.8.0)')
if $version !~ /(\d+)\.(\d+)\.(\d+)/;
if $version !~ /^(\d+)\.(\d+)\.(\d+)$/;

# Prompt user to begin packaging release
while (1) {
Expand Down

0 comments on commit f4397b9

Please sign in to comment.