From ee2a434065af952dfd20d4ae84092e4808f9ffae Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Tue, 14 May 2024 20:44:02 -0700 Subject: [PATCH] Bump to 1.83 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fce9952c45..9ceefb5496 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.20 FATAL_ERROR) # Version changes whenever some new features accumulated, or the # grammar or the cache format changes to make sure caches # are invalidated. -project(SURELOG VERSION 1.82) +project(SURELOG VERSION 1.83) # Detect build type, fallback to release and throw a warning if use didn't # specify any