diff --git a/floor/build_version b/floor/build_version index a8e87c7e..d5a32841 100644 --- a/floor/build_version +++ b/floor/build_version @@ -1 +1 @@ -5283 +5284 diff --git a/floor/build_version.hpp b/floor/build_version.hpp index 9fb45583..fb9ec90f 100644 --- a/floor/build_version.hpp +++ b/floor/build_version.hpp @@ -1 +1 @@ -#define FLOOR_BUILD_VERSION 5283 +#define FLOOR_BUILD_VERSION 5284 diff --git a/floor/floor_version.hpp b/floor/floor_version.hpp index 732d18cf..59d844f0 100644 --- a/floor/floor_version.hpp +++ b/floor/floor_version.hpp @@ -30,8 +30,8 @@ #define FLOOR_MAJOR_VERSION 0 #define FLOOR_MINOR_VERSION 2 #define FLOOR_REVISION_VERSION 0 -#define FLOOR_DEV_STAGE_VERSION 0xf1 -#define FLOOR_DEV_STAGE_VERSION_STR "f1" +#define FLOOR_DEV_STAGE_VERSION 0xf2 +#define FLOOR_DEV_STAGE_VERSION_STR "f2" // FLOOR_BUILD_VERSION defined in build_version.hpp #define FLOOR_MAJOR_VERSION_STR FLOOR_VERSION_EVAL(FLOOR_MAJOR_VERSION)