Skip to content

Commit

Permalink
Incremented version.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkottke committed Nov 1, 2018
1 parent 50725bc commit 81b0a85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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 "0.6.2")
set(PROJECT_VERSION "0.6.3")

# Global CMake options
set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.6.3 (2018-11-01)
-------------------
- Fixed initialize of variables in SourceTheoryRvtMotion
- Fixed bug in ConfigurePlotDialog

v0.6.2 (2018-10-26)
-------------------
- Fixed #11: Bug in auto-discretization.
Expand Down

0 comments on commit 81b0a85

Please sign in to comment.