Skip to content

Commit 81b0a85

Browse files
committed
Incremented version.
1 parent 50725bc commit 81b0a85

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ execute_process(
3535
COMMAND git rev-parse --short HEAD
3636
OUTPUT_VARIABLE PROJECT_GITHASH
3737
OUTPUT_STRIP_TRAILING_WHITESPACE)
38-
set(PROJECT_VERSION "0.6.2")
38+
set(PROJECT_VERSION "0.6.3")
3939

4040
# Global CMake options
4141
set(CMAKE_INCLUDE_CURRENT_DIR ON)

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.6.3 (2018-11-01)
2+
-------------------
3+
- Fixed initialize of variables in SourceTheoryRvtMotion
4+
- Fixed bug in ConfigurePlotDialog
5+
16
v0.6.2 (2018-10-26)
27
-------------------
38
- Fixed #11: Bug in auto-discretization.

0 commit comments

Comments
 (0)