summaryrefslogtreecommitdiff
path: root/subversion/include/svn_version.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2017-08-10 21:48:34 +0000
committerPeter Wemm <peter@FreeBSD.org>2017-08-10 21:48:34 +0000
commita55fb3c0d5eca7d887798125d5b95942b1f01d4b (patch)
treeac93b49309d9d1a772298a551fc58116a1ccefad /subversion/include/svn_version.h
parent608944fa5a78d7f517c9c73a7ded6c130cc97b83 (diff)
Diffstat (limited to 'subversion/include/svn_version.h')
-rw-r--r--subversion/include/svn_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/subversion/include/svn_version.h b/subversion/include/svn_version.h
index 79e37d9a9b88..39f7154847e5 100644
--- a/subversion/include/svn_version.h
+++ b/subversion/include/svn_version.h
@@ -70,7 +70,7 @@ extern "C" {
*
* @since New in 1.1.
*/
-#define SVN_VER_PATCH 5
+#define SVN_VER_PATCH 7
/** @deprecated Provided for backward compatibility with the 1.0 API. */
@@ -93,7 +93,7 @@ extern "C" {
*
* Always change this at the same time as SVN_VER_NUMTAG.
*/
-#define SVN_VER_TAG " (r1770682)"
+#define SVN_VER_TAG " (r1800392)"
/** Number tag: a string describing the version.
@@ -117,7 +117,7 @@ extern "C" {
* file version. Its value remains 0 in the repository except in release
* tags where it is the revision from which the tag was created.
*/
-#define SVN_VER_REVISION 1770682
+#define SVN_VER_REVISION 1800392
/* Version strings composed from the above definitions. */