2012-01-03 15:19:50 +00:00
|
|
|
Index: subversion/libsvn_subr/opt.c
|
|
|
|
===================================================================
|
2012-02-14 01:06:19 +00:00
|
|
|
--- subversion/libsvn_subr/opt.c.orig 2012-01-25 17:16:44.000000000 +0000
|
|
|
|
+++ subversion/libsvn_subr/opt.c 2012-02-13 20:48:43.000000000 +0000
|
2012-01-03 15:19:50 +00:00
|
|
|
@@ -1070,9 +1070,8 @@ svn_opt__print_version_info(const char *
|
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(
|
2012-02-14 01:06:19 +00:00
|
|
|
_("Copyright (C) 2012 The Apache Software Foundation.\n"
|
2011-10-23 19:17:14 +00:00
|
|
|
"This software consists of contributions made by many "
|