From f9fa2f694a3e6b45c936e75c5be1e7f781035fbb Mon Sep 17 00:00:00 2001 From: Melissa Sulprizio Date: Wed, 15 Nov 2023 12:04:31 -0500 Subject: [PATCH] Update version to 14.3.0 Signed-off-by: Melissa Sulprizio --- CMakeLists.txt | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bccdd8cd6..50c393567 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.13) project (gchp_ctm - VERSION 14.2.2 + VERSION 14.3.0 LANGUAGES Fortran CXX C ) diff --git a/docs/source/conf.py b/docs/source/conf.py index db8e572cc..3ded5cc62 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = 'GEOS-Chem Support Team' # The full version, including alpha/beta/rc tags -release = '14.2.2' +release = '14.3.0' # -- General configuration ---------------------------------------------------