diff --git a/CMakeLists.txt b/CMakeLists.txt index d1894c8..440d5de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ if (NOT CMAKE_BUILD_TYPE) endif() # ::-------------------------------------------------------------------------:: -project(flamethrower VERSION 0.9.1) +project(flamethrower VERSION 0.10.0) list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") diff --git a/flame/version.h b/flame/version.h index 869a3a6..08c50d5 100644 --- a/flame/version.h +++ b/flame/version.h @@ -1,2 +1,2 @@ -#define FLAME_VERSION_NUM "0.9.1" -#define FLAME_VERSION "Flamethrower 0.9.1" +#define FLAME_VERSION_NUM "0.10.0" +#define FLAME_VERSION "Flamethrower 0.10.0"