summaryrefslogtreecommitdiff
path: root/Ports/awk/patches/version.patch
blob: 482e027d8bbf09429b176822e4ce6b3de662c0d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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>