From 8f269a9bdc2dc1c2ada1087a21eee76c5f85db42 Mon Sep 17 00:00:00 2001 From: glehmannmiotto Date: Mon, 18 Mar 2024 12:22:04 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 22e83c0..e81f035 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.12) -project(dpdklibs VERSION 1.2.3) +project(dpdklibs VERSION 2.0.0) find_package(daq-cmake REQUIRED)