From 6e5eb566a7a765c029c212cb5feefd7ca633d6e9 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Fri, 13 Mar 2015 15:18:52 +0100 Subject: [PATCH] increased version to 0.3 since have now new ICMP packet structure and packet feeder tool and will create new tar from this --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e53bca8..b283aaf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # project: definitions project(pingcheck) -set(VERSION 0.2) +set(VERSION 0.3) set(TARGET ${PROJECT_NAME}) # cmake: build options -- 1.7.1