diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d1e103..2ba1aec 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.3 LANGUAGES CXX) +project(carrier-native VERSION 2.0.4 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED on) diff --git a/debian/control/control b/debian/control/control index 76472d1..89692ae 100644 --- a/debian/control/control +++ b/debian/control/control @@ -1,6 +1,6 @@ Package: carrier-meerkat Source: trinity-tech -Version: 2.0.3 +Version: 2.0.4 Section: c++, net Priority: optional Architecture: all