From d3cea4126f30788faf74caddbcd88034be63749e Mon Sep 17 00:00:00 2001 From: "R. Kaleta" Date: Tue, 11 Jul 2023 21:57:25 +0200 Subject: [PATCH] Bump version to 2.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70be067..7ef5b53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10) -project(Traceroute VERSION 1.1.200119) +project(Traceroute VERSION 2.0.230711) # PROPERTIES set(EXE_NAME traceroute)