From 6769f2b08f1ad016c5b524def6299c94931f36fa Mon Sep 17 00:00:00 2001 From: Robert Pincus Date: Mon, 6 Jan 2025 13:11:29 -0500 Subject: [PATCH] Project version in CMake to 1.9.0 Updates project version in CMakeLists.txt. Not the same as the Github release version number! --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5bdc7f17..158edfdec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.18) project( rte-rrtmgp - VERSION 1.8 + VERSION 1.9.0 LANGUAGES Fortran )