From 8a678e84bef8cdda935a94ad0ed494aa995d9a1d Mon Sep 17 00:00:00 2001 From: Kamil Skwarczynski Date: Sat, 21 Dec 2024 20:04:34 +0000 Subject: [PATCH] bump --- CMakeLists.txt | 2 +- Doc/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 895349dc5..225cefdbc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ set(CMAKE_VERBOSE_MAKEFILE ON) # CMake version check cmake_minimum_required(VERSION 3.14 FATAL_ERROR) -project(MaCh3 VERSION 1.3.1 LANGUAGES CXX) +project(MaCh3 VERSION 1.3.2 LANGUAGES CXX) set(MaCh3_VERSION ${PROJECT_VERSION}) #LP - This option name is confusing, but I wont change it now. diff --git a/Doc/Doxyfile b/Doc/Doxyfile index 5a7677e9a..adb70ae85 100644 --- a/Doc/Doxyfile +++ b/Doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "MaCh3" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.3.1 +PROJECT_NUMBER = 1.3.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