]> git.seodisparate.com - SimpleArchiver/commitdiff
Version 1.15
authorStephen Seo <seo.disparate@gmail.com>
Mon, 17 Feb 2025 02:54:11 +0000 (11:54 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 17 Feb 2025 02:54:11 +0000 (11:54 +0900)
CMakeLists.txt
Changelog.md
cosmopolitan/Makefile
src/version.h

index 6d0bf3716dd0e31c430a550581489da6daa4ddf9..3a6ee817ee0e4602436830d5e17bf5c103c28c60 100644 (file)
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.10)
 project(SimpleArchiver C)
 
-set(SimpleArchiver_VERSION 1.14)
+set(SimpleArchiver_VERSION 1.15)
 
 set(SimpleArchiver_SOURCES
     src/main.c
index 570792a74c3ab6118912152517a6244611140e86..a9a3c5b0dd07a81c6dd76df11d20cfec6e80d754 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Upcoming Changes
 
+## Version 1.15
+
 Add flag `--force-empty-dir-permissions <3-octal-values>` that force sets the
 permissions for all extracted empty directories.
 
index 894ba016a4bbd3227f60897a351315c54adfe62d..9ceaed572baf5ae74dd8eb4f41d72508566be78a 100644 (file)
@@ -1,6 +1,6 @@
 COSMOCC ?= ${HOME}/Downloads/cosmocc/bin/cosmocc
 
-VERSION_STR := $(shell /usr/bin/git describe --long --tags || /usr/bin/echo 1.14)
+VERSION_STR := $(shell /usr/bin/git describe --long --tags || /usr/bin/echo 1.15)
 
 OTHER_FLAGS := -DSIMPLE_ARCHIVER_VERSION_STR=\"${VERSION_STR}\"
 
index 9248f8672eabc7e6eefba05608df837bdc9188cd..c3f007087850b4b821e82ca47c55c379b0e3bac2 100644 (file)
@@ -20,7 +20,7 @@
 #define SEODISPARATE_COM_SIMPLE_ARCHIVER_VERSION_H_
 
 #ifndef SIMPLE_ARCHIVER_VERSION_STR
-#define SIMPLE_ARCHIVER_VERSION_STR "1.14"
+#define SIMPLE_ARCHIVER_VERSION_STR "1.15"
 #endif
 
 #endif