From 357ae0b85ec90cf82f970fad5353aad75716ca95 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Thu, 13 Apr 2023 21:40:12 -0500 Subject: [PATCH] Bump version to 0.1.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 218e6467..86768a36 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ conan_basic_setup(TARGETS) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DBOOST_ALL_NO_LIB") set(SCWX_DIR ${PROJECT_SOURCE_DIR}) -set(SCWX_VERSION "0.0.1") +set(SCWX_VERSION "0.1.0") add_subdirectory(external) add_subdirectory(wxdata)