Skip to content

Commit

Permalink
Version bump to v1.0.0. Fixes #28
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Worthington committed Feb 19, 2014
1 parent b34ab8d commit 26f581a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0.0-beta.2\n";
return "mdr 1.0.0\n";
}

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

#define VER_PRODUCTVERSION 1,0,0,2
#define VER_PRODUCTVERSION_STR "1.0.0 Beta 2"
#define VER_PRODUCTVERSION 1,0,0
#define VER_PRODUCTVERSION_STR "1.0.0"

#define VER_FILEVERSION VER_PRODUCTVERSION
#define VER_FILEVERSION_STR VER_PRODUCTVERSION_STR
Expand Down

1 comment on commit 26f581a

@kud
Copy link
Contributor

@kud kud commented on 26f581a Feb 19, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\o/

Please sign in to comment.