From d6a80edf14b5d4e6aa92885260339b3b27995a50 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Mon, 8 Apr 2024 23:51:12 +0000 Subject: [PATCH] bump v20240408 --- bake.1 | 2 +- bake.c | 2 +- shake | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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'