You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/07/06 14:26:34 UTC

svn commit: r1500251 - /subversion/branches/javahl-1.7-extensions/subversion/include/svn_version.h

Author: brane
Date: Sat Jul  6 12:26:33 2013
New Revision: 1500251

URL: http://svn.apache.org/r1500251
Log:
* branches/javahl-1.7-extensions/subversion/include/svn_version.h
  (SVN_VER_TAG, SVN_VER_NUMTAG): Change to differentiate from the release branch.

Modified:
    subversion/branches/javahl-1.7-extensions/subversion/include/svn_version.h

Modified: subversion/branches/javahl-1.7-extensions/subversion/include/svn_version.h
URL: http://svn.apache.org/viewvc/subversion/branches/javahl-1.7-extensions/subversion/include/svn_version.h?rev=1500251&r1=1500250&r2=1500251&view=diff
==============================================================================
--- subversion/branches/javahl-1.7-extensions/subversion/include/svn_version.h (original)
+++ subversion/branches/javahl-1.7-extensions/subversion/include/svn_version.h Sat Jul  6 12:26:33 2013
@@ -94,7 +94,7 @@ extern "C" {
  *
  * Always change this at the same time as SVN_VER_NUMTAG.
  */
-#define SVN_VER_TAG        " (under development)"
+#define SVN_VER_TAG        " (JavaHL extensions)"
 
 
 /** Number tag: a string describing the version.
@@ -109,7 +109,7 @@ extern "C" {
  *
  * Always change this at the same time as SVN_VER_TAG.
  */
-#define SVN_VER_NUMTAG     "-dev"
+#define SVN_VER_NUMTAG     "-javahl+"
 
 
 /** Revision number: The repository revision number of this release.