Skip to content

Commit 7336294

Browse files
committed
Release version 1.4 2024-08-11
Changed `MKIOCCCENTRY_REPO_VERSION` from "1.3 2024-08-02" to "1.4 2024-08-11". Performed `make release` to perform the above and verify under macOS.
1 parent 624fbb0 commit 7336294

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Major changes to the IOCCC entry toolkit
22

33

4+
## Release 1.4 2024-08-11
5+
6+
Prep for "**Release 1.4 2024-08-11**".
7+
8+
Changed `MKIOCCCENTRY_REPO_VERSION` from "1.3 2024-08-02"
9+
to "1.4 2024-08-11".
10+
11+
412
## Release 1.3.2 2024-08-10
513

614
Removed code files and documentation related to `jfmt(1)`, `jval(1)` and `jnamval(1)`
@@ -15,7 +23,7 @@ Fixed a bug where `jparse/jfmt` was printing debug messages even at debug level
1523

1624
## Release 1.3 2024-08-02
1725

18-
Changed MKIOCCCENTRY_REPO_VERSION from "1.2 2024-07-04".
26+
Changed `MKIOCCCENTRY_REPO_VERSION` from "1.2 2024-07-04".
1927
to "1.3 2024-08-02".
2028

2129

soup/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
*
6767
* NOTE: This should match the latest Release string in CHANGES.md
6868
*/
69-
#define MKIOCCCENTRY_REPO_VERSION "1.3 2024-08-02" /* special release format: major.minor.patch YYYY-MM-DD */
69+
#define MKIOCCCENTRY_REPO_VERSION "1.4 2024-08-11" /* special release format: major.minor.patch YYYY-MM-DD */
7070

7171
/*
7272
* official soup version (aka recipe :-) )

0 commit comments

Comments
 (0)