We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b96d1 commit dfbbb6eCopy full SHA for dfbbb6e
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.3")
+set(PROJECT_VERSION "0.6.4")
39
40
# Global CMake options
41
set(CMAKE_INCLUDE_CURRENT_DIR ON)
HISTORY.rst
@@ -1,3 +1,7 @@
1
+v0.6.4 (2019-08-06)
2
+-------------------
3
+- Fixed manual included in installers
4
+
5
v0.6.3 (2018-11-01)
6
-------------------
7
- Fixed initialize of variables in SourceTheoryRvtMotion
0 commit comments