You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@serf.apache.org by br...@apache.org on 2018/09/28 14:24:38 UTC

svn commit: r1842254 - /serf/branches/1.4.x/serf.h

Author: brane
Date: Fri Sep 28 14:24:38 2018
New Revision: 1842254

URL: http://svn.apache.org/viewvc?rev=1842254&view=rev
Log:
* branches/1.4.x/serf.h
  (SERF_MAJOR_VERSION, SERF_MINOR_VERSION): Switch to 1.4.0.

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

Modified: serf/branches/1.4.x/serf.h
URL: http://svn.apache.org/viewvc/serf/branches/1.4.x/serf.h?rev=1842254&r1=1842253&r2=1842254&view=diff
==============================================================================
--- serf/branches/1.4.x/serf.h (original)
+++ serf/branches/1.4.x/serf.h Fri Sep 28 14:24:38 2018
@@ -1764,8 +1764,8 @@ void serf_debug__bucket_alloc_check(
     serf_bucket_alloc_t *allocator);
 
 /* Version info */
-#define SERF_MAJOR_VERSION 2
-#define SERF_MINOR_VERSION 0
+#define SERF_MAJOR_VERSION 1
+#define SERF_MINOR_VERSION 4
 #define SERF_PATCH_VERSION 0
 
 /* Version number string */