Skip to content

Commit

Permalink
v0.13.77
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Jun 26, 2024
1 parent 136fdf2 commit 910e436
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.1)
project(zziplib VERSION "0.13.76" LANGUAGES C)
project(zziplib VERSION "0.13.77" LANGUAGES C)

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
Expand Down
2 changes: 1 addition & 1 deletion SDL/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.1)
project(zzipsdl VERSION "0.13.76" LANGUAGES C)
project(zzipsdl VERSION "0.13.77" LANGUAGES C)

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
Expand Down
2 changes: 1 addition & 1 deletion bins/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.1)
project(zzipbins VERSION "0.13.76" LANGUAGES C)
project(zzipbins VERSION "0.13.77" LANGUAGES C)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMakeScripts")

Expand Down
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.1)
project(zzipbins VERSION "0.13.76" LANGUAGES C)
project(zzipbins VERSION "0.13.77" LANGUAGES C)

include ( GNUInstallDirs )
include ( FindPkgConfig )
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[metadata]
name = zziplib-tools
version = 0.13.20
version = 0.13.77
license = APL
license_files =
LICENSE
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.1)
project(zziptest VERSION "0.13.76" LANGUAGES C)
project(zziptest VERSION "0.13.77" LANGUAGES C)

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
Expand Down
2 changes: 1 addition & 1 deletion testbuilds.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
""" Testcases for zziplib build system """

__copyright__ = "(C) Guido Draheim, all rights reserved"""
__version__ = "0.13.76"
__version__ = "0.13.77"

from typing import Union, Optional, Tuple, List, Iterator
import subprocess
Expand Down
2 changes: 1 addition & 1 deletion zzip/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.1)
project(zzip VERSION "0.13.76" LANGUAGES C)
project(zzip VERSION "0.13.77" LANGUAGES C)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMakeScripts")

Expand Down
2 changes: 1 addition & 1 deletion zziplib.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# norootforbuild
Summary: ZZipLib - libZ-based ZIP-access Library with an Easy-to-Use API
Name: zziplib
Version: 0.13.76
Version: 0.13.77
Release: 1
License: LGPLv2.1+
Group: System/Libraries
Expand Down
2 changes: 1 addition & 1 deletion zzipwrap/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.1)
project(zzipwrap VERSION "0.13.76" LANGUAGES C)
project(zzipwrap VERSION "0.13.77" LANGUAGES C)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMakeScripts")

Expand Down

0 comments on commit 910e436

Please sign in to comment.