mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
11 lines
296 B
Diff
11 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"
|