|
 |
6929e5 |
diff -ru yasm-1.3.0.orig/frontends/tasm/tasm.c yasm-1.3.0/frontends/tasm/tasm.c
|
|
 |
6929e5 |
--- yasm-1.3.0.orig/frontends/tasm/tasm.c 2014-08-11 06:39:21.000000000 +0200
|
|
 |
6929e5 |
+++ yasm-1.3.0/frontends/tasm/tasm.c 2025-06-07 13:02:26.323354713 +0200
|
|
 |
6929e5 |
@@ -228,7 +228,6 @@
|
|
 |
6929e5 |
/* version message */
|
|
 |
6929e5 |
/*@observer@*/ static const char *version_msg[] = {
|
|
 |
6929e5 |
PACKAGE_STRING,
|
|
 |
6929e5 |
- "Compiled on " __DATE__ ".",
|
|
 |
6929e5 |
"Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.",
|
|
 |
6929e5 |
"Run yasm --license for licensing overview and summary."
|
|
 |
6929e5 |
};
|
|
 |
6929e5 |
diff -ru yasm-1.3.0.orig/frontends/vsyasm/vsyasm.c yasm-1.3.0/frontends/vsyasm/vsyasm.c
|
|
 |
6929e5 |
--- yasm-1.3.0.orig/frontends/vsyasm/vsyasm.c 2014-08-11 06:39:21.000000000 +0200
|
|
 |
6929e5 |
+++ yasm-1.3.0/frontends/vsyasm/vsyasm.c 2025-06-07 13:02:11.001602012 +0200
|
|
 |
6929e5 |
@@ -220,7 +220,6 @@
|
|
 |
6929e5 |
/* version message */
|
|
 |
6929e5 |
/*@observer@*/ static const char *version_msg[] = {
|
|
 |
6929e5 |
PACKAGE_STRING,
|
|
 |
6929e5 |
- "Compiled on " __DATE__ ".",
|
|
 |
6929e5 |
"Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.",
|
|
 |
6929e5 |
"Run yasm --license for licensing overview and summary."
|
|
 |
6929e5 |
};
|
|
 |
6929e5 |
diff -ru yasm-1.3.0.orig/frontends/yasm/yasm.c yasm-1.3.0/frontends/yasm/yasm.c
|
|
 |
6929e5 |
--- yasm-1.3.0.orig/frontends/yasm/yasm.c 2014-08-11 06:39:21.000000000 +0200
|
|
 |
6929e5 |
+++ yasm-1.3.0/frontends/yasm/yasm.c 2025-06-07 13:01:52.726115524 +0200
|
|
 |
6929e5 |
@@ -217,7 +217,6 @@
|
|
 |
6929e5 |
/* version message */
|
|
 |
6929e5 |
/*@observer@*/ static const char *version_msg[] = {
|
|
 |
6929e5 |
PACKAGE_STRING,
|
|
 |
6929e5 |
- "Compiled on " __DATE__ ".",
|
|
 |
6929e5 |
"Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.",
|
|
 |
6929e5 |
"Run yasm --license for licensing overview and summary."
|
|
 |
6929e5 |
};
|
|
 |
6929e5 |
Only in yasm-1.3.0.orig/: yasm-1.3.0
|