We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3aa8e commit 89136b1Copy full SHA for 89136b1
2 files changed
CMakeLists.txt
@@ -33,7 +33,7 @@ endif()
33
#--------------------------------------------------------------
34
35
project(HydroChrono
36
- VERSION 0.2.3
+ VERSION 0.2.4
37
DESCRIPTION "A hydrodynamic library for use with Project Chrono."
38
LANGUAGES CXX
39
)
Doxyfile
@@ -48,7 +48,7 @@ PROJECT_NAME = HydroChrono
48
# could be handy for archiving the generated documentation or if some version
49
# control system is used.
50
51
-PROJECT_NUMBER = 0.2.3
+PROJECT_NUMBER = 0.2.4
52
53
# Using the PROJECT_BRIEF tag one can provide an optional one line description
54
# for a project that appears at the top of each page and should give viewer a
0 commit comments