From 9b809519f8b713b2636220d8b47a323c7498003e Mon Sep 17 00:00:00 2001 From: henderkes Date: Mon, 29 Jun 2026 21:41:48 +0700 Subject: [PATCH] 1.10 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e154467..78b3511 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,8 @@ if(NOT(CMAKE_SIZEOF_VOID_P EQUAL 4)) message(FATAL_ERROR "You are configuring a non 32-bit build, this is not supported. Run cmake with `-A Win32`") endif() -set(VERSION_MAJOR 2) -set(VERSION_MINOR 0) +set(VERSION_MAJOR 1) +set(VERSION_MINOR 10) set(VERSION_PATCH 0) set(VERSION_TWEAK 0)