From 50e20ad665188a04d065f62fbc5a6a5bbe1e9118 Mon Sep 17 00:00:00 2001 From: stiartsly Date: Wed, 13 Sep 2023 09:49:10 +0800 Subject: [PATCH] Update the version to v2.0.4 --- CMakeLists.txt | 2 +- debian/control/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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