Skip to content

Commit

Permalink
beeversion: added shortcuts b and a for extra version beta and alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Oct 13, 2011
1 parent a40b1ec commit 219d7bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/beeversion/parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ char parse_extra(struct beeversion *v)
{
struct extra_version extra[] = {
{ "alpha", EXTRA_ALPHA, 5 },
{ "a", EXTRA_ALPHA, 1 },
{ "beta", EXTRA_BETA, 4 },
{ "b", EXTRA_BETA, 1 },
{ "rc", EXTRA_RC, 2 },
{ "patch", EXTRA_PATCH, 5 },
{ "p", EXTRA_PATCH, 1 },
Expand Down

0 comments on commit 219d7bc

Please sign in to comment.