Skip to content
This repository has been archived by the owner on Aug 25, 2019. It is now read-only.

Commit

Permalink
Version 1.0, yay!!
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl committed Aug 11, 2014
1 parent 13bbdf4 commit 5657976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/meiqueversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#define STRINGIFY_HELPER(X) #X
#define STRINGIFY(X) STRINGIFY_HELPER(X)

#define MEIQUE_MAJOR_VERSION 0
#define MEIQUE_MINOR_VERSION 95
#define MEIQUE_MAJOR_VERSION 1
#define MEIQUE_MINOR_VERSION 0
#define MEIQUE_VERSION STRINGIFY(MEIQUE_MAJOR_VERSION) "." STRINGIFY(MEIQUE_MINOR_VERSION)

#endif

0 comments on commit 5657976

Please sign in to comment.