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

Release 0.4.18

parent eb9108ce
No related branches found
Tags gst-omx-1.14.2
Loading
0.4.18
======
Maintenance release:
- Important bugfix in reading constants from bytecode. (Tim-Philipp Müller
and Sebastian Dröge)
- Documentation and code cleanup (Stefan Sauer)
- Fix cache flushing on iOS (Andoni Morales Alastruey)
0.4.17
======
......
AC_PREREQ([2.58])
AC_INIT(orc,0.4.17.1)
AC_INIT(orc,0.4.18)
dnl don't forget to update libversion
AS_NANO(ORC_GIT=no,ORC_GIT=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="17:0:17"
ORC_LIBVERSION="18:0:18"
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