Skip to content

Commit

Permalink
Version bump to v1.0.0-beta.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Worthington committed Nov 8, 2013
1 parent 46978ed commit 6b9d29c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Reader.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

char * getVersion()
{
return "mdr 1.0b1\n";
return "mdr 1.0.0-beta.2\n";
}

char * getHelp()
Expand Down
8 changes: 4 additions & 4 deletions win/Resources.rc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#include <windows.h>

#define VER_FILEVERSION 1,0,0,1
#define VER_FILEVERSION_STR "1.0b1\0"
#define VER_PRODUCTVERSION 1,0,0,2
#define VER_PRODUCTVERSION_STR "1.0.0 Beta 2"

#define VER_PRODUCTVERSION 1,0,0,1
#define VER_PRODUCTVERSION_STR "1.0b1\0"
#define VER_FILEVERSION VER_PRODUCTVERSION
#define VER_FILEVERSION_STR VER_PRODUCTVERSION_STR

#ifndef DEBUG
#define VER_DEBUG 0
Expand Down

0 comments on commit 6b9d29c

Please sign in to comment.