From 4ff8c9a5e729da3a56751e9be1e44377ff3d366b Mon Sep 17 00:00:00 2001 From: wolfgitpr <133209402+wolfgitpr@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:13:54 +0800 Subject: [PATCH] Update version number --- src/apps/MinLabel/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/MinLabel/CMakeLists.txt b/src/apps/MinLabel/CMakeLists.txt index 8f404ed..1e16c6d 100644 --- a/src/apps/MinLabel/CMakeLists.txt +++ b/src/apps/MinLabel/CMakeLists.txt @@ -1,4 +1,4 @@ -project(MinLabel VERSION 0.0.1.7) +project(MinLabel VERSION 0.0.1.8) set(CMAKE_AUTOMOC ON) set(CMAKE_AUTORCC ON)