Skip to content

Commit

Permalink
Merge pull request #930 from xexyl/entry-auth-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lcn2 authored Aug 17, 2024
2 parents 7336294 + f3fca1c commit 90776c8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Major changes to the IOCCC entry toolkit

## Release 1.4.1 2024-08-17

Add macros `ENTRY_VERSION` and `AUTHOR_VERSION` that correspond to the
`.entry.json` file of each winning entry and the `author_handle.json` file that
corresponds to each winning author.


## Release 1.4 2024-08-11

Expand Down
21 changes: 20 additions & 1 deletion soup/oebxergfB.h
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ static char const *oebxergfB[] =
"\n"
"Vnwe C ayx bnua C oulab tyqpnwd sqb tsqd. Tnwe C tyqpnwd sqb tsqd ypyue. C\n"
"abutt tyqpn sqb tsqd yed bnwe tyqpn sqb tsqd mwb ypyue, xnwewvwl C bnueh yksqb\n"
"ub yed bnua xya mwyla yps!\n"
"ub yed bnua xya mwyla yps, cqubw asiw mwyla yps!\n"
"\n"
"-- Xwzmt\n"
,
Expand Down Expand Up @@ -4866,6 +4866,25 @@ static char const *oebxergfB[] =
"\n"
"Us Vuedsxa ua esb y vulqa. Cb'a y kqp.\n"
,
"Tnsaw so qa xns nyvw lwyd Tnw Ysld so bnw Muepa (yed uo msq'lw esb yisepab qa,\n"
"xnm?) xutt hesx bnyb bnwlw ua ye Oeb fyttwd Pqufhkwyi. Tnua ua gqab y eufheyiw:\n"
"nw xya puvwe ub xnwe nw nyd (xnwe msqepwl) yeaxwlwd ye wtdwl Oeb xubn 'Zwa'\n"
"kwoslw bnw Oeb nyd oueuanwd yahuep bnw cqwabuse. Tnua ua ftwvwl kqb bnwlw ua\n"
"iqfn islw ftwvwlewaa bs bnua.\n"
"\n"
"Tnw bwli cqufhkwyi ua yesbnwl bwli osl 'isqebyue yan'. Nqb xnyb ua 'isqebyue\n"
"yan'? Vw aww olsi bnw dufbuseylm (xnufn ua nsx C duafsvwlwd bnua, cqubw km\n"
"yffudweb): 'y aiytt dwfudqsqa blww so bnw lsaw oyiutm, xubn fsirsqed twyvwa,\n"
"xnubw otsxwla, yed lwd kwlluwa. Isirylw xubn lsxye'. Ged xnyb ua 'lsxye'? 'G\n"
"aiytt dwfudqsqa blww so bnw lsaw oyiutm, xubn fsirsqed twyvwa, xnubw otsxwla,\n"
"yed lwd kwlluwa. Isirylw xubn isqebyue yan'.\n"
"\n"
"Pqufhkwyi tsvwd bnw lsawa yed bnwlw xwlw lsxye blwwa ue nua nsiw! Us ytbnsqpn\n"
"ub'a blqw bnyb nw xya fseaudwlwd (osl Oeba) 'nyabm' yed bnyb ua xnm nw nya nua\n"
"eufheyiw Pqufhkwyi, bnwlw xya yesbnwl lwyase olsi Tsthuwe bnyb nw nyd bnw eyiw.\n"
"\n"
"-- Xwzmt\n"
,
NULL
};

Expand Down
10 changes: 10 additions & 0 deletions soup/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,16 @@
*/
#define CHKENTRY_VERSION "1.0.1 2024-03-02" /* format: major.minor YYYY-MM-DD */

/*
* Version of info for JSON the .entry.json files.
*/
#define ENTRY_VERSION "1.1 2024-02-11" /* format: major.minor YYYY-MM-DD */

/*
* Version of info for JSON the author_handle.json files.
*/
#define AUTHOR_VERSION "1.1 2024-02-11" /* format: major.minor YYYY-MM-DD */


/*
* debug version
Expand Down

0 comments on commit 90776c8

Please sign in to comment.