From 67a14290bde6e1facb77be1950ca164d3d061e5d Mon Sep 17 00:00:00 2001 From: mousebyte Date: Wed, 10 May 2023 14:46:50 -0400 Subject: [PATCH] Edit version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9971c69..5c69350 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.25) project(luaclasslib - VERSION 1.0 + VERSION 1.0.0 LANGUAGES C CXX) set(LUACLASS_ENABLE_ASAN false CACHE BOOL "Enable address sanitizer for tests target.")