From 655bbc70530058f1029c0c46210619d7d6cfeb12 Mon Sep 17 00:00:00 2001 From: "Glaser, Florian" Date: Thu, 21 Dec 2023 11:10:17 +0100 Subject: [PATCH] bump version 1.2.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cda28d5..a3ad584 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project(lan7430-config LANGUAGES CXX VERSION 1.1.1) +project(lan7430-config LANGUAGES CXX VERSION 1.2.0) set(_lib lib CACHE STRING "Basename of the library-directory") set(_bin bin CACHE STRING "Basename of the bin-directory")