Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
misje committed Dec 18, 2016
2 parents f40b170 + f191391 commit ec80d98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
dhcpoptinj (0.4.1-1) unstable; urgency=low
* Update version number in --version output

-- Andreas Misje <[email protected]> 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
Expand Down

0 comments on commit ec80d98

Please sign in to comment.