Skip to content

Commit

Permalink
fawkescore: mark as version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timn committed Dec 22, 2016
1 parent fde2894 commit 761b2d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#ifndef __CORE_VERSION_H_
#define __CORE_VERSION_H_

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

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

0 comments on commit 761b2d5

Please sign in to comment.