From 0074d85229657f8b1992c37860f3b77bdab80818 Mon Sep 17 00:00:00 2001 From: Jamie Smith Date: Sun, 15 Oct 2023 18:32:49 -0700 Subject: [PATCH] Version makes more sense as 2.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c25d82f..aa4010a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.8) cmake_policy(VERSION 3.8) -project(fxload VERSION 2.1) +project(fxload VERSION 2.0) # set compile flags and options # ----------------------------------------------------------