Author: julianfoad
Date: Thu May 12 09:48:51 2011
New Revision: 1102218

URL: http://svn.apache.org/viewvc?rev=1102218&view=rev
Log:
* subversion/libsvn_ra_svn/client.c
  (open_session): Replace SVN_VERSION with SVN_VER_NUMBER in the client
    identifier string. This only makes a difference in development and
    pre-release versions. A follow-up to r1100424 which did the same for
    Neon and Serf.

Modified:
    subversion/trunk/subversion/libsvn_ra_svn/client.c

Modified: subversion/trunk/subversion/libsvn_ra_svn/client.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_svn/client.c?rev=1102218&r1=1102217&r2=1102218&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_svn/client.c (original)
+++ subversion/trunk/subversion/libsvn_ra_svn/client.c Thu May 12 09:48:51 2011
@@ -635,7 +635,7 @@ static svn_error_t *open_session(svn_ra_
                                  SVN_RA_SVN_CAP_DEPTH,
                                  SVN_RA_SVN_CAP_MERGEINFO,
                                  SVN_RA_SVN_CAP_LOG_REVPROPS,
-                                 url, "SVN/" SVN_VERSION, client_string));
+                                 url, "SVN/" SVN_VER_NUMBER, client_string));
   SVN_ERR(handle_auth_request(sess, pool));
 
   /* This is where the security layer would go into effect if we


Reply via email to