diff --git a/CMakeLists.txt b/CMakeLists.txt index 04b8fde..2d1e103 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.24.0") cmake_policy(SET CMP0135 NEW) endif() -project(carrier-native VERSION 2.0.2 LANGUAGES CXX) +project(carrier-native VERSION 2.0.3 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED on) diff --git a/debian/control/control b/debian/control/control index cf89cc5..76472d1 100644 --- a/debian/control/control +++ b/debian/control/control @@ -1,6 +1,6 @@ Package: carrier-meerkat Source: trinity-tech -Version: 2.0.2 +Version: 2.0.3 Section: c++, net Priority: optional Architecture: all