From b0459efcd9fa9db4ec5e8de87b75e17c1677e805 Mon Sep 17 00:00:00 2001 From: cpasjuste Date: Mon, 16 May 2022 13:09:53 +0200 Subject: [PATCH] pemu: 6.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 01ef1626..623ae4d5 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 4) +set(VERSION_MINOR 5) # pemu (ui) add_subdirectory(ui)