2010-09-27 13:53:08 +00:00
|
|
|
--- subversion/libsvn_subr/opt.c.orig
|
|
|
|
+++ subversion/libsvn_subr/opt.c
|
2011-10-23 19:17:14 +00:00
|
|
|
@@ -1069,9 +1069,8 @@
|
2010-09-27 13:53:08 +00:00
|
|
|
if (quiet)
|
|
|
|
return svn_cmdline_printf(pool, "%s\n", SVN_VER_NUMBER);
|
|
|
|
|
|
|
|
- SVN_ERR(svn_cmdline_printf(pool, _("%s, version %s\n"
|
|
|
|
- " compiled %s, %s\n\n"), pgm_name,
|
|
|
|
- SVN_VERSION, __DATE__, __TIME__));
|
|
|
|
+ SVN_ERR(svn_cmdline_printf(pool, _("%s, version %s\n\n"), pgm_name,
|
|
|
|
+ SVN_VERSION));
|
2011-10-23 19:17:14 +00:00
|
|
|
SVN_ERR(svn_cmdline_fputs(
|
|
|
|
_("Copyright (C) 2011 The Apache Software Foundation.\n"
|
|
|
|
"This software consists of contributions made by many "
|