From 5ff92bdf6448071cfe7bd6c9a5aed26ff1a2416d Mon Sep 17 00:00:00 2001 From: Derek Foster Date: Mon, 9 Sep 2024 18:29:03 -0700 Subject: [PATCH] Update networking-recipe to v3.3.0.0 Signed-off-by: Derek Foster --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cc6c3310..e946a145 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ # Version 3.15 is the baseline for P4 Control Plane. cmake_minimum_required(VERSION 3.15) -project(networking-recipe VERSION 3.2.0 LANGUAGES C CXX) +project(networking-recipe VERSION 3.3.0 LANGUAGES C CXX) list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)