Skip to content

Commit

Permalink
beecut: bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Jul 7, 2011
1 parent 8d3a16c commit b6c1234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/beecut/beecut.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <ctype.h>

#define BEECUT_MAJOR 0
#define BEECUT_MINOR 3
#define BEECUT_MINOR 4
#define BEECUT_PATCHLVL 0

#define OPT_DELIMETER 'd'
Expand All @@ -38,7 +38,7 @@
void print_version(void)
{
printf("beecut v%d.%d.%d - "
"by Marius Tolzmann <tolzmann@molgen.mpg.de> 2010\n",
"by Marius Tolzmann <tolzmann@molgen.mpg.de> 2010-2011\n",
BEECUT_MAJOR, BEECUT_MINOR, BEECUT_PATCHLVL);
}

Expand Down

0 comments on commit b6c1234

Please sign in to comment.