We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba342f6 commit 43439c3Copy full SHA for 43439c3
2 files changed
CMakeLists.txt
@@ -33,7 +33,7 @@ endif()
33
#--------------------------------------------------------------
34
35
project(HydroChrono
36
- VERSION 0.2.2
+ VERSION 0.2.3
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.2
+PROJECT_NUMBER = 0.2.3
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