diff options
Diffstat (limited to 'subversion/include/svn_version.h')
-rw-r--r-- | subversion/include/svn_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subversion/include/svn_version.h b/subversion/include/svn_version.h index f8ce7c37b3b3e..1dee5b8523457 100644 --- a/subversion/include/svn_version.h +++ b/subversion/include/svn_version.h @@ -95,7 +95,7 @@ extern "C" { * * Always change this at the same time as SVN_VER_NUMTAG. */ -#define SVN_VER_TAG " (Release Candidate 3)" +#define SVN_VER_TAG " (r1490375)" /** Number tag: a string describing the version. @@ -110,7 +110,7 @@ extern "C" { * * Always change this at the same time as SVN_VER_TAG. */ -#define SVN_VER_NUMTAG "-rc3" +#define SVN_VER_NUMTAG "" /** Revision number: The repository revision number of this release. |