Post-release version bump on the branch. Record the release version.


git-svn-id: https://svn.apache.org/repos/asf/serf/branches/0.4.x@1698891 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES b/CHANGES
index 9fe4112..1888ebd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-Serf 0.4.0 [2010-05-13, ]
+Serf 0.4.0 [2010-05-13, r1353]
   Provide authn framework, supporting Basic, Digest, Kerberos (SSPI, GSS),
     along with proxy authn using Basic or Digest
   Added experimental listener framework, along with test_server.c
diff --git a/serf.h b/serf.h
index 4b20a19..0cef242 100644
--- a/serf.h
+++ b/serf.h
@@ -1003,7 +1003,7 @@
 /* Version info */
 #define SERF_MAJOR_VERSION 0
 #define SERF_MINOR_VERSION 4
-#define SERF_PATCH_VERSION 0
+#define SERF_PATCH_VERSION 1
 
 /* Version number string */
 #define SERF_VERSION_STRING APR_STRINGIFY(SERF_MAJOR_VERSION) "." \