Skip to content

Commit

Permalink
Change version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dancazarin committed Nov 28, 2018
1 parent 2a0e8a8 commit d3c8791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/kfr/base/kfr.h
Expand Up @@ -8,10 +8,10 @@

#include "../cident.h"

#define KFR_VERSION_STRING "3.0.0"
#define KFR_VERSION_STRING "3.0.1"
#define KFR_VERSION_MAJOR 3
#define KFR_VERSION_MINOR 0
#define KFR_VERSION_BUILD 0
#define KFR_VERSION_BUILD 1
#define KFR_VERSION (KFR_VERSION_MAJOR * 10000 + KFR_VERSION_MINOR * 100 + KFR_VERSION_BUILD)

#ifdef CMT_ARCH_X64
Expand Down

0 comments on commit d3c8791

Please sign in to comment.