Bump version to 1.2.6 uid_wrapper-1.2.6
authorAndreas Schneider <asn@samba.org>
Mon, 15 Jul 2019 08:57:31 +0000 (10:57 +0200)
committerAndreas Schneider <asn@samba.org>
Mon, 15 Jul 2019 08:57:31 +0000 (10:57 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
CMakeLists.txt
ChangeLog

index 4e6a61be8cf8953eed9c5709dd4d99f89c96e5d8..40c1dedd62d24883a2e4f15eb45abf14f09e6cfd 100644 (file)
@@ -11,7 +11,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
 include(DefineCMakeDefaults)
 include(DefineCompilerFlags)
 
-project(uid_wrapper VERSION 1.2.5 LANGUAGES C)
+project(uid_wrapper VERSION 1.2.6 LANGUAGES C)
 
 # global needed variables
 set(APPLICATION_NAME ${PROJECT_NAME})
index 47f46cebbec5eff703ae8e45552deea6089859d4..8260f3538d15307f36b013fba1d271312122d7bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 ChangeLog
 ==========
 
+version 1.2.6 (released 2019-07-15)
+  * Fix manpage installation
+  * Fix cmake-config installation
+
 version 1.2.5 (released 2019-07-15)
   * Fixed running with sanitizers