From 23f983beb2a4cc284530d033fc0fcbeef7ee716a Mon Sep 17 00:00:00 2001 From: cpasjuste Date: Wed, 11 May 2022 14:21:25 +0200 Subject: [PATCH] pemu: 6.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6fd69cbd..d4740855 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ add_subdirectory(sscrap) project(pemu) set(PROJECT_AUTHOR cpasjuste) set(VERSION_MAJOR 6) -set(VERSION_MINOR 3) +set(VERSION_MINOR 4) # pemu (ui) add_subdirectory(ui)