summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2006-05-23 20:30:44 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2006-05-23 20:30:44 +0000
commit5c1dfac0e18ac268852a817e4b98aaf1703a4276 (patch)
tree51eda02c5cdac7ae35b4df14e436a43c6edf7a05
parentffac0a96b4183c273a42becf4aad67c6d48873a3 (diff)
downloadneon-5c1dfac0e18ac268852a817e4b98aaf1703a4276.tar.gz
Bump for 0.26.1.
git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.26.x@1051 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-rw-r--r--NEWS4
-rw-r--r--macros/neon.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3a9feda..b51371c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes in release 0.26.1:
+* Build fixes for Win32 (D.J. Heap) and OS X.
+* Add Simplified Chinese translation (Dongsheng Song).
+
Changes in release 0.26.0:
* Added internationalization support:
- ne_i18n.h exposes ne_i18n_init(), a process-global initializer
diff --git a/macros/neon.m4 b/macros/neon.m4
index 5e96369..8fe0a77 100644
--- a/macros/neon.m4
+++ b/macros/neon.m4
@@ -137,7 +137,7 @@ AC_DEFUN([NE_VERSIONS_BUNDLED], [
# Define the current versions.
NE_VERSION_MAJOR=0
NE_VERSION_MINOR=26
-NE_VERSION_PATCH=0
+NE_VERSION_PATCH=1
NE_VERSION_TAG=
# libtool library interface versioning. Release policy dictates that