summaryrefslogtreecommitdiff
path: root/subversion/include/svn_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/include/svn_version.h')
-rw-r--r--subversion/include/svn_version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/subversion/include/svn_version.h b/subversion/include/svn_version.h
index 39f7154847e52..9c88b5b2f71d5 100644
--- a/subversion/include/svn_version.h
+++ b/subversion/include/svn_version.h
@@ -61,7 +61,7 @@ extern "C" {
* Modify when new functionality is added or new interfaces are
* defined, but all changes are backward compatible.
*/
-#define SVN_VER_MINOR 9
+#define SVN_VER_MINOR 10
/**
* Patch number.
@@ -70,7 +70,7 @@ extern "C" {
*
* @since New in 1.1.
*/
-#define SVN_VER_PATCH 7
+#define SVN_VER_PATCH 0
/** @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 " (r1800392)"
+#define SVN_VER_TAG " (r1827917)"
/** 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 1800392
+#define SVN_VER_REVISION 1827917
/* Version strings composed from the above definitions. */