diff --git a/CMakeLists.txt b/CMakeLists.txt index cd40771d..6e40979c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required (VERSION 3.10) project (camp LANGUAGES CXX C - VERSION 2026.07.0) + VERSION 2026.07.1) set(camp_VERSION_MAJOR ${PROJECT_VERSION_MAJOR}) set(camp_VERSION_MINOR ${PROJECT_VERSION_MINOR}) diff --git a/docs/conf.py b/docs/conf.py index a465b08c..54aad3a5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -88,7 +88,7 @@ # The short X.Y version. version = u'2026.07' # The full version, including alpha/beta/rc tags. -release = u'2026.07.0' +release = u'2026.07.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.