File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Major changes to the IOCCC entry toolkit
2
2
3
3
4
- ## Release 2.4.6 2025-04-25
4
+ ## Release 2.4.5 2025-04-25
5
5
6
6
Fix #1252 . ` mkiocccentry ` must run ` make clobber ` before scanning the topdir and
7
7
then also later when running the checks. This is because if someone tests their
@@ -12,13 +12,8 @@ then not have this problem.
12
12
13
13
Updated ` MKIOCCCENTRY_VERSION ` to ` "2.0.5 2025-04-25" ` .
14
14
15
-
16
- ## Release 2.4.5 2025-04-24
17
-
18
15
Fix ` scan_topdir() ` to not count dot files/directories against max allowed.
19
16
20
- Updated ` MKIOCCCENTRY_VERSION ` to ` "2.0.4 2025-04-24" ` .
21
-
22
17
Typo fix in txzchk.1.
23
18
24
19
Original file line number Diff line number Diff line change 83
83
*
84
84
* NOTE: This should match the latest Release string in CHANGES.md
85
85
*/
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 */
87
87
88
88
89
89
/*
You can’t perform that action at this time.
0 commit comments