mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
12 lines
296 B
Diff
12 lines
296 B
Diff
|
--- a/nasmlib/ver.c
|
||
|
+++ b/nasmlib/ver.c
|
||
|
@@ -36,7 +36,7 @@
|
||
|
|
||
|
/* This is printed when entering nasm -v */
|
||
|
const char nasm_version[] = NASM_VER;
|
||
|
-const char nasm_date[] = __DATE__;
|
||
|
+const char nasm_date[] = "Dec 21 2022";
|
||
|
const char nasm_compile_options[] = ""
|
||
|
#ifdef DEBUG
|
||
|
" with -DDEBUG"
|