From 67a99672183e1a5d835ad0c19513fbaf1e8f8e14 Mon Sep 17 00:00:00 2001 From: Shannon Weyrick Date: Wed, 13 Mar 2019 11:05:09 -0400 Subject: [PATCH] use 0.10.0 instead due to new feature --- CMakeLists.txt | 2 +- flame/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"