]> git.seodisparate.com - SimpleArchiver/commitdiff
Version 1.18
authorStephen Seo <seo.disparate@gmail.com>
Fri, 28 Feb 2025 04:32:57 +0000 (13:32 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 28 Feb 2025 04:32:57 +0000 (13:32 +0900)
CMakeLists.txt
Changelog.md
cosmopolitan/Makefile
src/version.h

index 53d903a16aac2f4f416980b8d6c9303c316b6866..80bf9caf4cb6b6664af0b2ebe0bd0884f2e430fd 100644 (file)
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.10)
 project(SimpleArchiver C)
 
-set(SimpleArchiver_VERSION 1.17)
+set(SimpleArchiver_VERSION 1.18)
 
 set(SimpleArchiver_SOURCES
     src/main.c
index 2758b1e2aaebc8dd191eede9e16380fe39eaa142..d447c014b8b512ca539d39e9da98228627406f0f 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Upcoming Changes
 
+## Version 1.18
+
 Add file format version 4 to support more than 4 billion symlinks, and more
 than 4 billion files.
 
index 7d6df00aba4cd9d3155e211e42e715f8e810fa38..9d4abde9a3f5adbe136ea4520b459789232825a9 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.17)
+VERSION_STR := $(shell /usr/bin/git describe --long --tags || /usr/bin/echo 1.18)
 
 OTHER_FLAGS := -DSIMPLE_ARCHIVER_VERSION_STR=\"${VERSION_STR}\"
 
index e6ec5806f9d09804facf2ebf8914b4c20f3816b8..bba8670e4f1f4cfd48c095b957166c8cdaceb14d 100644 (file)
@@ -20,7 +20,7 @@
 #define SEODISPARATE_COM_SIMPLE_ARCHIVER_VERSION_H_
 
 #ifndef SIMPLE_ARCHIVER_VERSION_STR
-#define SIMPLE_ARCHIVER_VERSION_STR "1.17"
+#define SIMPLE_ARCHIVER_VERSION_STR "1.18"
 #endif
 
 #endif