Author: stsp
Date: Tue Oct  8 10:26:12 2024
New Revision: 1921188

URL: http://svn.apache.org/viewvc?rev=1921188&view=rev
Log:
Fix version number of tagged 1.14.4 release.

* subversion/include/svn_version.h: Set the version correctly.
   I missed this file while creating the tag.

Found by: kotkov

Modified:
    subversion/tags/1.14.4/subversion/include/svn_version.h

Modified: subversion/tags/1.14.4/subversion/include/svn_version.h
URL: 
http://svn.apache.org/viewvc/subversion/tags/1.14.4/subversion/include/svn_version.h?rev=1921188&r1=1921187&r2=1921188&view=diff
==============================================================================
--- subversion/tags/1.14.4/subversion/include/svn_version.h (original)
+++ subversion/tags/1.14.4/subversion/include/svn_version.h Tue Oct  8 10:26:12 
2024
@@ -93,7 +93,7 @@ extern "C" {
  *
  * Always change this at the same time as SVN_VER_NUMTAG.
  */
-#define SVN_VER_TAG        " (under development)"
+#define SVN_VER_TAG        " (r1920901)"
 
 
 /** Number tag: a string describing the version.
@@ -108,7 +108,7 @@ extern "C" {
  *
  * Always change this at the same time as SVN_VER_TAG.
  */
-#define SVN_VER_NUMTAG     "-dev"
+#define SVN_VER_NUMTAG     ""
 
 
 /** Revision number: The repository revision number of this release.
@@ -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   0
+#define SVN_VER_REVISION   1920901
 
 
 /* Version strings composed from the above definitions. */


Reply via email to