Skip to content

Commit

Permalink
Incremented version.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkottke committed Mar 17, 2020
1 parent 092bfb8 commit ac668eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -35,7 +35,7 @@ execute_process(
COMMAND git rev-parse --short HEAD
OUTPUT_VARIABLE PROJECT_GITHASH
OUTPUT_STRIP_TRAILING_WHITESPACE)
set(PROJECT_VERSION "0.7.0")
set(PROJECT_VERSION "0.8.0")

# Global CMake options
set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
3 changes: 2 additions & 1 deletion HISTORY.rst
Expand Up @@ -2,10 +2,11 @@
History
=======

v0.7.1 (unrelreased)
v0.8.0 (2020-03-17)
-------------------
- Improved: Modernized source code with clang-tidy
- Fixed: Qt depreciations
- Fixed: Plotting of profiles
- Minor fixes in manual from Subrat Subedi

v0.7.0 (2019-10-16)
Expand Down

0 comments on commit ac668eb

Please sign in to comment.