]> git.xolatile.top Git - emil-bake.git/commitdiff
bump v20240408 v20240408
authorEmil Williams <emilemilemil@cock.li>
Mon, 8 Apr 2024 23:51:12 +0000 (23:51 +0000)
committerEmil Williams <emilemilemil@cock.li>
Mon, 8 Apr 2024 23:51:12 +0000 (23:51 +0000)
bake.1
bake.c
shake

diff --git a/bake.1 b/bake.1
index 230cc2469cc4686f191530c1eeddd7cecc287788..6da10ab87ab5bc442a54adfccb42958b514e16ec 100644 (file)
--- a/bake.1
+++ b/bake.1
@@ -1,4 +1,4 @@
-.TH BAKE "1" "March 2024" "bake 20240302" "User Commands"
+.TH BAKE "1" "March 2024" "bake 20240408" "User Commands"
 .SH NAME
 .B bake
 \- file embeddable scripts
diff --git a/bake.c b/bake.c
index 52d7e7caaf0c684941fb6f889ca52676bcb0a493..f66505fc50d939939a96e072a2ad56c12cf016c4 100644 (file)
--- a/bake.c
+++ b/bake.c
@@ -32,7 +32,7 @@
 #define EXPUNGE_START "@{"
 #define EXPUNGE_STOP   "}"
 
-#define VERSION "20240404"
+#define VERSION "20240408"
 
 #define  HELP                                                                                         \
   BOLD "[option] target-file" RESET " [" GREEN "arguments" RESET " ...]\n"                            \
diff --git a/shake b/shake
index bb7679e6c6dc16061af6bdec6d91a082c8784e06..cfeda7923ec7cedb3b82516e530930a1e5bf890a 100755 (executable)
--- a/shake
+++ b/shake
@@ -4,7 +4,7 @@
 
 # Issues: sloooow, fails to handle multi-line statements
 
-VERSION="20240302"
+VERSION="20240408"
 
 BLUE='\033[34m'
 GREEN='\033[32m'