* CHANGES: Summarizing 0.35.1
* subversion/include/svn_version.h: Setting version info for 0.35.1


git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/0.35.1@848135 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES b/CHANGES
index ca05bfa..828277e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+Version 0.35.1 (branching 19 December 2003, from /tags/0.35.0)
+http://svn.collab.net/repos/svn/tags/0.35.1
+
+                              NOTICES:
+
+       This release is to correct for the problems in the 0.35.0
+       release and affects Windows users only:
+
+       * fix: file handle leak (r8048)
+       * fix: UTF-8 path problem (issue #1660)
+
+
 Version 0.35.0 (branching 12 December 2003, from revision 7994)
 http://svn.collab.net/repos/svn/branches/0.35.0
 
@@ -10,14 +22,14 @@
        "svnadmin deltify" in hooks/post-commit, and remove it.
 
     2. We now recommend using Berkeley DB 4.2.52 or higher for SVN
-       repositories.  See http://sleepycat.com/download/index.shtml. 
+       repositories.  See http://sleepycat.com/download/index.shtml.
 
  User-visible changes:
  * BDB log files are automatically pruned, with BDB 4.2.50 and higher (#1615)
  * deltification is automatic again (issue #1601)
  * fix: svn diff -rX:Y wcpath' may lie (issue #1616)
  * fix: URI-decoding problem on 'svn import' (issue #1622)
- * automatic log file removal on repositorys (issue #1615)
+ * automatic log file removal on repositories (issue #1615)
  * many other enhancements, minor features, and bugfixes not listed here
 
 
diff --git a/subversion/include/svn_version.h b/subversion/include/svn_version.h
index 5a460df..aedc8c3 100644
--- a/subversion/include/svn_version.h
+++ b/subversion/include/svn_version.h
@@ -1,7 +1,7 @@
 /**
  * @copyright
  * ====================================================================
- * Copyright (c) 2000-2003 CollabNet.  All rights reserved.
+ * Copyright (c) 2000-2004 CollabNet.  All rights reserved.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution.  The terms
@@ -61,7 +61,7 @@
  *
  * Modify for every released patch.
  */
-#define SVN_VER_MICRO      0
+#define SVN_VER_MICRO      1
 
 /** Library version number.
  *