From f191391f29e0be0851745c55732d692e4e649601 Mon Sep 17 00:00:00 2001 From: Andreas Misje Date: Sun, 18 Dec 2016 12:09:24 +0100 Subject: [PATCH] Update --version putput to match current version --- CMakeLists.txt | 2 +- debian/changelog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd557fe..69f11ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ else() set(CMAKE_INSTALL_PREFIX /usr CACHE STRING "Choose install prefix") endif() -project(dhcpoptinj LANGUAGES C VERSION 0.3.0) +project(dhcpoptinj LANGUAGES C VERSION 0.4.1) add_definitions(-DDHCPOPTINJ_VERSION="${PROJECT_VERSION}") set(SOURCES src/config.c diff --git a/debian/changelog b/debian/changelog index 38e8c47..29406d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +dhcpoptinj (0.4.1-1) unstable; urgency=low + * Update version number in --version output + + -- Andreas Misje Sun, 18 Dec 2016 12:08:51 +0100 + dhcpoptinj (0.4.0-1) unstable; urgency=low * Fix program name simplification bug * Remove typo in help text