From 20baa633321bf3114cb82a8fffb1a1827ecb41b6 Mon Sep 17 00:00:00 2001 From: "Miller, Samuel" Date: Thu, 21 Jan 2021 13:11:55 -0500 Subject: [PATCH] Version bump to 2.0.2 based on numerical noise fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3666f64..a4d8463 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.8) project( CATO - VERSION 2.0.1 + VERSION 2.0.2 DESCRIPTION "A modern Fortran code for solving the Euler equations with various flux schemes" HOMEPAGE_URL "https://github.com/smillerc/cato" LANGUAGES Fortran C)