From 659f4a760b1a7621d9fc93d6c420831827932e0d Mon Sep 17 00:00:00 2001 From: Andreas Misje Date: Mon, 25 Mar 2019 19:55:23 +0100 Subject: [PATCH] Update version number in binary (was not updated to 0.4.3) --- CHANGELOG.md | 4 ++++ CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc1755b..70265a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.4.4 - 2019-03-25 +### Fixed +- Update version number in binary. + ## 0.4.3 - 2019-03-19 ### Added - DHCP option names are printed along with their option codes. diff --git a/CMakeLists.txt b/CMakeLists.txt index 81f3e4a..0a40c4a 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.4.2) +project(dhcpoptinj LANGUAGES C VERSION 0.4.4) add_definitions(-DDHCPOPTINJ_VERSION="${PROJECT_VERSION}") set(SOURCES src/config.c