From 911d81101287ab89f0739d911d5e04031802ca45 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Mon, 13 Apr 2020 13:09:31 +0200 Subject: [PATCH] v0.13.70 --- CMakeLists.txt | 2 +- Makefile | 4 ++-- zziplib.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4498e84..4d8c505 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.1) -project(zziplibs VERSION "0.13.69" LANGUAGES C) +project(zziplibs VERSION "0.13.70" LANGUAGES C) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release) diff --git a/Makefile b/Makefile index e58f8a5..4373442 100644 --- a/Makefile +++ b/Makefile @@ -243,7 +243,7 @@ PACKAGE_NAME = zziplib PACKAGE_STRING = PACKAGE_TARNAME = PACKAGE_URL = -PACKAGE_VERSION = 0.13.69 +PACKAGE_VERSION = 0.13.70 PATH_SEPARATOR = : PAX = : PAX_TAR_CREATE = '/home/guidod/bin/gtar' cf @@ -262,7 +262,7 @@ SHELL = /bin/sh STRIP = strip TAR = THREAD_SAFE = -thread-safe -VERSION = 0.13.69 +VERSION = 0.13.70 VERSION_INFO = -version-info 13: XMLTO = /usr/bin/xmlto ZIPTESTS = diff --git a/zziplib.spec b/zziplib.spec index 8b836d5..aa3e636 100644 --- a/zziplib.spec +++ b/zziplib.spec @@ -1,7 +1,7 @@ # norootforbuild Summary: ZZipLib - libZ-based ZIP-access Library with an Easy-to-Use API Name: zziplib -Version: 0.13.69 +Version: 0.13.70 Release: 1 License: LGPLv2.1+ Group: System/Libraries -- 2.40.0