summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2011-04-18 17:29:09 -0700
committerDavid Schleef <ds@schleef.org>2011-04-18 17:29:09 -0700
commitc47c266970d57e1d9fe8ecf7e489b60ee63496a5 (patch)
treefbb3335243ce23202a40e0c6a48f1aa73acf2ba3
parent160491ceda291909402607d44a095ada47d53701 (diff)
Release 0.4.13orc-0.4.13
-rw-r--r--RELEASE8
-rw-r--r--configure.ac4
2 files changed, 10 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index 175bdbc..41a4d48 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,12 @@
+0.4.13
+======
+
+Fixes two serious code generation bugs in 0.4.12 on SSE and
+Altivec. Also added some compatibility code to mitigate
+the previous automatic inclusion of stdint.h.
+
+
0.4.12
======
diff --git a/configure.ac b/configure.ac
index 2ee9581..a2f2e43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(orc,0.4.12)
+AC_INIT(orc,0.4.13)
dnl don't forget to update libversion
AS_NANO(ORC_CVS=no,ORC_CVS=yes)
@@ -17,7 +17,7 @@ dnl - library source changed -> increment REVISION
dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
-ORC_LIBVERSION="12:0:12"
+ORC_LIBVERSION="13:0:13"
AC_SUBST(ORC_LIBVERSION)
AC_LIBTOOL_WIN32_DLL
AC_LIBTOOL_TAGS([])