You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@serf.apache.org by ko...@apache.org on 2023/05/23 12:12:53 UTC

svn commit: r1910019 - /serf/branches/1.3.x/serf.h

Author: kotkov
Date: Tue May 23 12:12:53 2023
New Revision: 1910019

URL: http://svn.apache.org/viewvc?rev=1910019&view=rev
Log:
On the '1.3.x' branch: Bump version to 1.3.10.

* serf.h
  (SERF_PATCH_VERSION): Bump the patch version.

Modified:
    serf/branches/1.3.x/serf.h

Modified: serf/branches/1.3.x/serf.h
URL: http://svn.apache.org/viewvc/serf/branches/1.3.x/serf.h?rev=1910019&r1=1910018&r2=1910019&view=diff
==============================================================================
--- serf/branches/1.3.x/serf.h (original)
+++ serf/branches/1.3.x/serf.h Tue May 23 12:12:53 2023
@@ -1067,7 +1067,7 @@ void serf_debug__bucket_alloc_check(
 /* Version info */
 #define SERF_MAJOR_VERSION 1
 #define SERF_MINOR_VERSION 3
-#define SERF_PATCH_VERSION 9
+#define SERF_PATCH_VERSION 10
 
 /* Version number string */
 #define SERF_VERSION_STRING APR_STRINGIFY(SERF_MAJOR_VERSION) "." \