From 6d1cb61ef3ce2274a91dc9cbc51318bcd0b54697 Mon Sep 17 00:00:00 2001 From: Michal Vasko Date: Thu, 9 Jan 2025 15:04:46 +0100 Subject: [PATCH] cli VERSION bump to version 2.0.79 --- cli/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index b8d4f798..07340d52 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -7,7 +7,7 @@ include(CheckFunctionExists) project(netopeer2-cli C) # set version -set(NP2CLI_VERSION 2.0.78) +set(NP2CLI_VERSION 2.0.79) # configure CLI prompt set(CLI_PROMPT ">" CACHE STRING "Set the CLI prompt (a space is automatically appended at the end)")