Skip to content

Commit

Permalink
Increment version.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkottke committed Mar 2, 2020
1 parent 7c6e514 commit f70ffcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.1.0 - 2020-03-02
* Fixed: Bug with motions being prematurely deleted
* Fixed: Qt depreciation warnings

# v1.0.8 - 2020-01-06
* Update Travis script to fix change in AppImage build names.

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
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 "1.0.8")
set(PROJECT_VERSION "1.1.0")

# Global CMake options
set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down

0 comments on commit f70ffcd

Please sign in to comment.