Skip to content
Snippets Groups Projects
Commit 71103f0f authored by David Schleef's avatar David Schleef
Browse files

Release 0.4.14

parent 4d39eb4a
No related branches found
Tags X_3_9_18
Loading
0.4.13
======
Yet more bug fixing. Altivec should work again, OS/X should
work again. MMX should work again. Another codegen bug on
SSE fixed.
0.4.13
======
......
AC_PREREQ([2.58])
AC_INIT(orc,0.4.13.1)
AC_INIT(orc,0.4.14)
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="13:0:13"
ORC_LIBVERSION="14:0:14"
AC_SUBST(ORC_LIBVERSION)
AC_LIBTOOL_WIN32_DLL
AC_LIBTOOL_TAGS([])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment