Skip to content

Commit

Permalink
Update the version to v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stiartsly committed Sep 13, 2023
1 parent 0153ecb commit 50e20ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion debian/control/control
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 50e20ad

Please sign in to comment.