File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ endif()
2020# ═══════════════════════════════════════════════════════════════════════════════
2121
2222project (HydroChrono
23- VERSION 0.3
23+ VERSION 0.3.1
2424 DESCRIPTION "Hydrodynamics for Project Chrono."
2525 LANGUAGES CXX
2626)
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ void CLILogger::ShowBanner() {
303303 Log (LogLevel::Success, " │ │" , LogColor::BrightCyan);
304304 Log (LogLevel::Success, " │ Hydrodynamics for Project Chrono │" , LogColor::White);
305305 Log (LogLevel::Success, " │ │" , LogColor::BrightCyan);
306- Log (LogLevel::Success, " │ Version : 0.3.0 │" , LogColor::Gray);
306+ Log (LogLevel::Success, " │ Version : 0.3.1 │" , LogColor::Gray);
307307 Log (LogLevel::Success, " │ Status : Prototype │" , LogColor::Gray);
308308 Log (LogLevel::Success, " │ Author : SEA-Stack Development Team │" , LogColor::Gray);
309309 Log (LogLevel::Success, " │ Lead Developer : David Ogden │" , LogColor::Gray);
You can’t perform that action at this time.
0 commit comments