From a75320358a481eb7d0123be4d444b6e0367d3941 Mon Sep 17 00:00:00 2001 From: Tristan de Lataillade Date: Fri, 25 Oct 2024 10:11:33 +0200 Subject: [PATCH] Release v0.2.2 --- CMakeLists.txt | 2 +- Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7efa3ac..756395b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ endif() #-------------------------------------------------------------- project(HydroChrono - VERSION 0.1 + VERSION 0.2.2 DESCRIPTION "A hydrodynamic library for use with Project Chrono." LANGUAGES CXX ) diff --git a/Doxyfile b/Doxyfile index b1a3a43..ea27821 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.1.0 +PROJECT_NUMBER = 0.2.2 # 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