From b183dd872815d647f69b83d2bb5873e4352a8687 Mon Sep 17 00:00:00 2001 From: Caleb Schilly Date: Fri, 2 Feb 2024 10:04:12 -0500 Subject: [PATCH] #321: bump version to 1.4.0 --- CMakeLists.txt | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5292ef06..1c74c262 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.17) -project(checkpoint VERSION 1.1.0) +project(checkpoint VERSION 1.4.0) include(cmake/turn_on_warnings.cmake) diff --git a/VERSION b/VERSION index f0bb29e7..88c5fb89 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0