We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b710e94 commit 19b6faeCopy full SHA for 19b6fae
texk/web2c/luatexdir/luatex.c
@@ -32,9 +32,9 @@
32
stick to "0" upto "9" so users can expect a number represented as string.
33
*/
34
35
-int luatex_version = 121;
+int luatex_version = 122;
36
int luatex_revision = '0';
37
-const char *luatex_version_string = "1.21.0";
+const char *luatex_version_string = "1.22.0";
38
const char *engine_name = my_name;
39
40
#include <kpathsea/c-ctype.h>
0 commit comments