# HG changeset patch # User Sebastien Decugis # Date 1602305907 -28800 # Node ID 7c777b0082ec4b392f0f208233383eacab1ae69f # Parent adba0753f2844ee36362c0366be270594638c02d Update version information for 1.5.0 diff -r adba0753f284 -r 7c777b0082ec CMakeLists.txt --- a/CMakeLists.txt Sat Oct 10 12:56:38 2020 +0800 +++ b/CMakeLists.txt Sat Oct 10 12:58:27 2020 +0800 @@ -10,7 +10,7 @@ # Version of the source code SET(FD_PROJECT_VERSION_MAJOR 1) -SET(FD_PROJECT_VERSION_MINOR 4) +SET(FD_PROJECT_VERSION_MINOR 5) SET(FD_PROJECT_VERSION_REV 0) # Version of the API with the library diff -r adba0753f284 -r 7c777b0082ec contrib/debian/changelog --- a/contrib/debian/changelog Sat Oct 10 12:56:38 2020 +0800 +++ b/contrib/debian/changelog Sat Oct 10 12:58:27 2020 +0800 @@ -1,5 +1,9 @@ freediameter (UNRELEASED) UNRELEASED; urgency=low + * + +freediameter (1.5.0) RELEASED; urgency=low + * freeDiameter: - Add -g to help - Change -d and -q to control syslog level, as per stdout logging.