From 959061a1983287b888b5c2d8504b7ba5994fcd05 Mon Sep 17 00:00:00 2001 From: sisong Date: Sat, 16 Sep 2023 09:07:40 +0800 Subject: [PATCH] update version; fix CI make on macos; --- Makefile | 2 +- README.md | 2 +- README_cn.md | 2 +- decompress/tuz_types.h | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index f194494..7a6d461 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ else endif CFLAGS += $(DEF_FLAGS) -CXXFLAGS += $(DEF_FLAGS) +CXXFLAGS += $(DEF_FLAGS) -std=c++11 .PHONY: all install clean diff --git a/README.md b/README.md index ecac814..9b00438 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # [tinyuz](https://github.com/sisong/tinyuz) -[![release](https://img.shields.io/badge/release-v0.9.4-blue.svg)](https://github.com/sisong/tinyuz/releases) +[![release](https://img.shields.io/badge/release-v1.0.0-blue.svg)](https://github.com/sisong/tinyuz/releases) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sisong/tinyuz/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blue.svg)](https://github.com/sisong/tinyuz/pulls) [![+issue Welcome](https://img.shields.io/github/issues-raw/sisong/tinyuz?color=green&label=%2Bissue%20welcome)](https://github.com/sisong/tinyuz/issues) diff --git a/README_cn.md b/README_cn.md index d3a843b..49e4008 100644 --- a/README_cn.md +++ b/README_cn.md @@ -1,5 +1,5 @@ # [tinyuz](https://github.com/sisong/tinyuz) -[![release](https://img.shields.io/badge/release-v0.9.4-blue.svg)](https://github.com/sisong/tinyuz/releases) +[![release](https://img.shields.io/badge/release-v1.0.0-blue.svg)](https://github.com/sisong/tinyuz/releases) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sisong/tinyuz/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blue.svg)](https://github.com/sisong/tinyuz/pulls) [![+issue Welcome](https://img.shields.io/github/issues-raw/sisong/tinyuz?color=green&label=%2Bissue%20welcome)](https://github.com/sisong/tinyuz/issues) diff --git a/decompress/tuz_types.h b/decompress/tuz_types.h index dec30bd..1c069c9 100644 --- a/decompress/tuz_types.h +++ b/decompress/tuz_types.h @@ -37,9 +37,9 @@ extern "C" { #endif -#define TINYUZ_VERSION_MAJOR 0 -#define TINYUZ_VERSION_MINOR 9 -#define TINYUZ_VERSION_RELEASE 4 +#define TINYUZ_VERSION_MAJOR 1 +#define TINYUZ_VERSION_MINOR 0 +#define TINYUZ_VERSION_RELEASE 0 #define _TINYUZ_VERSION TINYUZ_VERSION_MAJOR.TINYUZ_VERSION_MINOR.TINYUZ_VERSION_RELEASE #define _TINYUZ_QUOTE(str) #str