We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50725bc commit 81b0a85Copy full SHA for 81b0a85
CMakeLists.txt
@@ -35,7 +35,7 @@ execute_process(
35
COMMAND git rev-parse --short HEAD
36
OUTPUT_VARIABLE PROJECT_GITHASH
37
OUTPUT_STRIP_TRAILING_WHITESPACE)
38
-set(PROJECT_VERSION "0.6.2")
+set(PROJECT_VERSION "0.6.3")
39
40
# Global CMake options
41
set(CMAKE_INCLUDE_CURRENT_DIR ON)
HISTORY.rst
@@ -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
+
6
v0.6.2 (2018-10-26)
7
-------------------
8
- Fixed #11: Bug in auto-discretization.
0 commit comments