From e1f5408fd1961454c661f7fa6491aae9ce591fb1 Mon Sep 17 00:00:00 2001 From: cpasjuste Date: Mon, 9 May 2022 16:11:53 +0200 Subject: [PATCH] pemu: bump version to 6.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b84c72a..6fd69cbd 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 2) +set(VERSION_MINOR 3) # pemu (ui) add_subdirectory(ui)