From 7553dec6144413ee473e2982169b31a288b20c88 Mon Sep 17 00:00:00 2001 From: Rich Hornung Date: Mon, 27 Jul 2026 15:34:42 -0700 Subject: [PATCH] Update release number --- CMakeLists.txt | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.