diff options
author | Peter Wemm <peter@FreeBSD.org> | 2014-08-11 19:19:17 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2014-08-11 19:19:17 +0000 |
commit | 6f0665939667af9f780762878fc35982e8b7d745 (patch) | |
tree | 7641ccc1b31a300b13c0cfcf8ab6c33e17646de1 /subversion/include/svn_version.h | |
parent | 41a48a0a1803245a188068c5200383b9543c25b2 (diff) |
Diffstat (limited to 'subversion/include/svn_version.h')
-rw-r--r-- | subversion/include/svn_version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/subversion/include/svn_version.h b/subversion/include/svn_version.h index ee97c88a2f05..8788fa56ea0a 100644 --- a/subversion/include/svn_version.h +++ b/subversion/include/svn_version.h @@ -72,7 +72,7 @@ extern "C" { * * @since New in 1.1. */ -#define SVN_VER_PATCH 9 +#define SVN_VER_PATCH 10 /** @deprecated Provided for backward compatibility with the 1.0 API. */ @@ -95,7 +95,7 @@ extern "C" { * * Always change this at the same time as SVN_VER_NUMTAG. */ -#define SVN_VER_TAG " (r1591380)" +#define SVN_VER_TAG " (r1615264)" /** Number tag: a string describing the version. @@ -121,7 +121,7 @@ extern "C" { * When rolling a tarball, we automatically replace it with what we * guess to be the correct revision number. */ -#define SVN_VER_REVISION 1591380 +#define SVN_VER_REVISION 1615264 /* Version strings composed from the above definitions. */ |