From: Emil Williams Date: Mon, 8 Apr 2024 23:51:12 +0000 (+0000) Subject: bump v20240408 X-Git-Tag: v20240408 X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=59c06a356531aed649394fa3e31957438d9c0e71;p=emil-bake.git bump v20240408 --- diff --git a/bake.1 b/bake.1 index 230cc24..6da10ab 100644 --- 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 52d7e7c..f66505f 100644 --- 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 bb7679e..cfeda79 100755 --- 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'