From 89136b18a75fe567276dea1ae418baa3d5aeb5c3 Mon Sep 17 00:00:00 2001 From: Tristan de Lataillade Date: Fri, 13 Dec 2024 15:33:48 +0100 Subject: [PATCH] Release v0.2.4 --- CMakeLists.txt | 2 +- Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16d30d0..2f9b731 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ endif() #-------------------------------------------------------------- project(HydroChrono - VERSION 0.2.3 + VERSION 0.2.4 DESCRIPTION "A hydrodynamic library for use with Project Chrono." LANGUAGES CXX ) diff --git a/Doxyfile b/Doxyfile index 6011e03..23a24ae 100644 --- a/Doxyfile +++ b/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = HydroChrono # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.2.3 +PROJECT_NUMBER = 0.2.4 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a