Skip to content

Commit

Permalink
Merge pull request #9 from DNS-OARC/0.9.1-bump
Browse files Browse the repository at this point in the history
bump to 0.10.0
  • Loading branch information
weyrick committed Mar 13, 2019
2 parents 1bfe66c + 67a9967 commit dc3e519
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (NOT CMAKE_BUILD_TYPE)
endif()
# ::-------------------------------------------------------------------------::

project(flamethrower VERSION 0.9.0)
project(flamethrower VERSION 0.10.0)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

Expand Down
4 changes: 2 additions & 2 deletions flame/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define FLAME_VERSION_NUM "0.9"
#define FLAME_VERSION "Flamethrower 0.9"
#define FLAME_VERSION_NUM "0.10.0"
#define FLAME_VERSION "Flamethrower 0.10.0"

0 comments on commit dc3e519

Please sign in to comment.