From 62ddb7987e29be4f8cc17c30b56e1bc4edac481d Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Thu, 11 Aug 2022 21:51:33 +0200 Subject: [PATCH] release Woof! 10.2.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb382719b..ef74a08ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") cmake_minimum_required(VERSION 3.6) project("Woof" - VERSION 10.1.0 + VERSION 10.2.0 LANGUAGES C) # Set a default build type if none was specified