summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2009-07-14 11:22:07 -0700
committerDavid Schleef <ds@schleef.org>2009-07-14 11:22:07 -0700
commit6921614d3abcf9f07456fc25201613b13d43ffb8 (patch)
tree509a6f917b3ed0220a74e9aefb8d7da37147e879
parent2b98b8b6d1a725d165b953ae3634da426a7d4510 (diff)
release 0.4.2orc-0.4.2
-rw-r--r--RELEASE9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/RELEASE b/RELEASE
index 05fb5af..f358265 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,13 @@
+0.4.2
+=====
+
+Bug fixes to C backend. Turns out this is rather important on
+CPUs that don't have a native backend.
+
+New features have been postponed to 0.4.3.
+
+
0.4.1
=====
diff --git a/configure.ac b/configure.ac
index cbfaa0a..27f2fb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(orc,0.4.1.1)
+AC_INIT(orc,0.4.2)
AS_NANO(ORC_CVS=no,ORC_CVS=yes)