From 2850ca0957c80b76d7beb8bd00e61e248df75c38 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 21:54:37 +0000 Subject: [PATCH] [GitHub Actions] Patched version, bumped major number [skip actions] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4af1276..d5c579d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.11) project(jsd DESCRIPTION "JPL SOEM Drivers" - VERSION 4.0.0 + VERSION 6.0.0 LANGUAGES C CXX )