cmake_minimum_required(VERSION 3.10)
project(SimpleArchiver C)
-set(SimpleArchiver_VERSION 1.16)
+set(SimpleArchiver_VERSION 1.17)
set(SimpleArchiver_SOURCES
src/main.c
## Upcoming Changes
+## Version 1.17
+
+Fix `--whitelist-begins-with <text>` and `--whitelist-ends-with <text>`.
+
## Version 1.16
Add white/black-list flags:
COSMOCC ?= ${HOME}/Downloads/cosmocc/bin/cosmocc
-VERSION_STR := $(shell /usr/bin/git describe --long --tags || /usr/bin/echo 1.16)
+VERSION_STR := $(shell /usr/bin/git describe --long --tags || /usr/bin/echo 1.17)
OTHER_FLAGS := -DSIMPLE_ARCHIVER_VERSION_STR=\"${VERSION_STR}\"
#define SEODISPARATE_COM_SIMPLE_ARCHIVER_VERSION_H_
#ifndef SIMPLE_ARCHIVER_VERSION_STR
-#define SIMPLE_ARCHIVER_VERSION_STR "1.16"
+#define SIMPLE_ARCHIVER_VERSION_STR "1.17"
#endif
#endif