From 988b5318280a19055d917edb1f3b0af8976d126c Mon Sep 17 00:00:00 2001 From: stiartsly Date: Thu, 7 Sep 2023 12:29:05 +0800 Subject: [PATCH] Update the version to be v2.0.3 --- CMakeLists.txt | 2 +- debian/control/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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