Skip to content

Commit 9415de7

Browse files
committed
merge two new repo versions into just "2.4.5 2025-04-25"
1 parent 8a15c7d commit 9415de7

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

CHANGES.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Major changes to the IOCCC entry toolkit
22

33

4-
## Release 2.4.6 2025-04-25
4+
## Release 2.4.5 2025-04-25
55

66
Fix #1252. `mkiocccentry` must run `make clobber` before scanning the topdir and
77
then also later when running the checks. This is because if someone tests their
@@ -12,13 +12,8 @@ then not have this problem.
1212

1313
Updated `MKIOCCCENTRY_VERSION` to `"2.0.5 2025-04-25"`.
1414

15-
16-
## Release 2.4.5 2025-04-24
17-
1815
Fix `scan_topdir()` to not count dot files/directories against max allowed.
1916

20-
Updated `MKIOCCCENTRY_VERSION` to `"2.0.4 2025-04-24"`.
21-
2217
Typo fix in txzchk.1.
2318

2419

soup/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
*
8484
* NOTE: This should match the latest Release string in CHANGES.md
8585
*/
86-
#define MKIOCCCENTRY_REPO_VERSION "2.4.6 2025-04-25" /* special release format: major.minor[.patch] YYYY-MM-DD */
86+
#define MKIOCCCENTRY_REPO_VERSION "2.4.5 2025-04-25" /* special release format: major.minor[.patch] YYYY-MM-DD */
8787

8888

8989
/*

0 commit comments

Comments
 (0)