Skip to content

Commit

Permalink
Release version 1.4 2024-08-11
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lcn2 committed Aug 11, 2024
1 parent 624fbb0 commit 7336294
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Major changes to the IOCCC entry toolkit


## Release 1.4 2024-08-11

Prep for "**Release 1.4 2024-08-11**".

Changed `MKIOCCCENTRY_REPO_VERSION` from "1.3 2024-08-02"
to "1.4 2024-08-11".


## Release 1.3.2 2024-08-10

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

## Release 1.3 2024-08-02

Changed MKIOCCCENTRY_REPO_VERSION from "1.2 2024-07-04".
Changed `MKIOCCCENTRY_REPO_VERSION` from "1.2 2024-07-04".
to "1.3 2024-08-02".


Expand Down
2 changes: 1 addition & 1 deletion soup/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
*
* NOTE: This should match the latest Release string in CHANGES.md
*/
#define MKIOCCCENTRY_REPO_VERSION "1.3 2024-08-02" /* special release format: major.minor.patch YYYY-MM-DD */
#define MKIOCCCENTRY_REPO_VERSION "1.4 2024-08-11" /* special release format: major.minor.patch YYYY-MM-DD */

/*
* official soup version (aka recipe :-) )
Expand Down

0 comments on commit 7336294

Please sign in to comment.