diff options
author | Peter Wemm <peter@FreeBSD.org> | 2013-11-25 17:44:04 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2013-11-25 17:44:04 +0000 |
commit | eeb88685bfa4ef1c0639f1136d83ff19de1b4595 (patch) | |
tree | d08d9514226ccef9b5a0c4121b56a53cb06b0539 /subversion/include/svn_version.h | |
parent | 6573976d8d3ffbe3d00487ebc8c11e3eb4033f17 (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 2818a214d0779..d516a18ad91f9 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 4 +#define SVN_VER_PATCH 5 /** @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 " (r1534716)" +#define SVN_VER_TAG " (r1542147)" /** 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 1534716 +#define SVN_VER_REVISION 1542147 /* Version strings composed from the above definitions. */ |