Skip to content

Commit

Permalink
Make it v1.0
Browse files Browse the repository at this point in the history
Been a long time coming, but it's reasonably 1.0.
This is an archive branch for all prior fixes, using old code structure.
  • Loading branch information
bo3b committed Mar 24, 2015
1 parent 1a107cf commit 2042576
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
// The VERSION_MAJOR and VERSION_MINOR are hand edited when versions are to change.
// The VERSION_REVISION is automatically incremented for every Publish build.

#define VERSION_MAJOR 0
#define VERSION_MINOR 99
#define VERSION_REVISION 50
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_REVISION 0

#define STRINGIZE2(s) #s
#define STRINGIZE(s) STRINGIZE2(s)
Expand Down

0 comments on commit 2042576

Please sign in to comment.