From b95cf3fdd4c1271f922017f092d02a878873425c Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Wed, 11 Apr 2018 09:28:08 +0200 Subject: [PATCH] Bump version to 1.5.1. --- CMakeLists.txt | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3455cc65d..69e6548e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ SET(PACKAGE "libzip") SET(PACKAGE_NAME ${PACKAGE}) SET(PACKAGE_VERSION_MAJOR "1") SET(PACKAGE_VERSION_MINOR "5") -SET(PACKAGE_VERSION_MICRO "0a") +SET(PACKAGE_VERSION_MICRO "1") #SET(VERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}") SET(VERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_MICRO}") SET(PACKAGE_VERSION ${VERSION}) diff --git a/NEWS.md b/NEWS.md index 98eff2615..ab2be0a30 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -1.5.x [2018-xx-xx] +1.5.1 [2018-04-11] ================== * Choose format of installed documentation based on available tools.