From d9ae76ace7b9299e710e3b1638c38be6027234c3 Mon Sep 17 00:00:00 2001 From: cpasjuste Date: Thu, 2 Apr 2020 13:44:51 +0200 Subject: [PATCH] pemu: bump version to 4.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ffdcedf9..2e2dcf38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ project(pemu) set(PROJECT_AUTHOR Cpasjuste) set(VERSION_MAJOR 4) -set(VERSION_MINOR 1) +set(VERSION_MINOR 2) # pnes #add_subdirectory(pnes)