From 170690ae9dee64c4a956653d7f5d82c4606b01c8 Mon Sep 17 00:00:00 2001 From: Dawid Drozd Date: Sat, 14 Sep 2019 15:59:25 +0200 Subject: [PATCH] Mark as 3.0.0 version This would be next release version --- lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index ab977b9..5b10477 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -5,7 +5,7 @@ set(CPACK_GENERATOR "" CACHE STRING "Set packages CPack should build e.g. ZIP;TG # BUILD_SHARED_LIBS can controll build type! project(EventBus - VERSION 2.6.0 + VERSION 3.0.0 LANGUAGES CXX )