9045118d58
OBS-URL: https://build.opensuse.org/package/show/editors/nano?expand=0&rev=0ecedf97d8505d1b4bb0c8a6bdcb7226
15 lines
575 B
Diff
15 lines
575 B
Diff
Index: src/nano.c
|
|
===================================================================
|
|
--- src/nano.c.orig 2010-04-14 01:07:06.000000000 -0400
|
|
+++ src/nano.c 2010-08-30 23:06:00.830692326 -0400
|
|
@@ -935,8 +935,7 @@ void usage(void)
|
|
* it was compiled with. */
|
|
void version(void)
|
|
{
|
|
- printf(_(" GNU nano version %s (compiled %s, %s)\n"), VERSION,
|
|
- __TIME__, __DATE__);
|
|
+ printf(_(" GNU nano version %s\n"), VERSION);
|
|
printf(" (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,\n");
|
|
printf(" 2008, 2009 Free Software Foundation, Inc.\n");
|
|
printf(
|