1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-26 00:45:06 +00:00
serenity/Ports/awk/patches/version.patch
2022-04-06 17:16:02 -07:00

11 lines
252 B
Diff

--- a/main.c
+++ b/main.c
@@ -22,7 +22,7 @@
THIS SOFTWARE.
****************************************************************/
-const char *version = "version 20211208";
+const char *version = "version 20220122";
#define DEBUG
#include <stdio.h>