From b38d308fe0c29b3745fa4e21b4f13eb43068ac46 Mon Sep 17 00:00:00 2001 From: Kees Verruijt Date: Sun, 21 Jul 2019 22:38:11 +0200 Subject: [PATCH] v5.0.3-beta2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d29b7b8..3c750abe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ SET(CPACK_PACKAGE_CONTACT "kees@verruijt.net") #SET(CMAKE_BUILD_TYPE Debug) SET(VERSION_MAJOR "5") SET(VERSION_MINOR "0") -SET(VERSION_PATCH "3-beta1") +SET(VERSION_PATCH "3-beta2") SET(VERSION_DATE "2019-07-21") SET(OCPN_MIN_VERSION "ov50")