Skip to content

Commit

Permalink
fawkescore: mark as version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timn committed Feb 1, 2017
1 parent a7c5cc5 commit f09ff7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#define FAWKES_VERSION_MAJOR 1
#define FAWKES_VERSION_MINOR 0
#define FAWKES_VERSION_MICRO 0
#define FAWKES_VERSION_MICRO 1

#define FAWKES_VERSION_GT(major, minor) ((FAWKES_MAJOR_VERSION > major) || (FAWKES_MAJOR_VERSION == major) && (FAWKES_MINOR_VERSION > minor))
#define FAWKES_VERSION_GE(major, minor) ((FAWKES_MAJOR_VERSION > major) || (FAWKES_MAJOR_VERSION == major) && (FAWKES_MINOR_VERSION >= minor))
Expand Down

0 comments on commit f09ff7b

Please sign in to comment.