diff options
author | David Schleef <ds@schleef.org> | 2013-08-24 10:23:53 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2013-08-24 10:23:53 -0700 |
commit | b70ef3f52c13d0d6c7bb00389ce5dc6ac9dc621c (patch) | |
tree | e45483a25e14c319c4a04e5489189eac20f416a5 | |
parent | eb9108ce7c01a4322a3b8098b1427901accbeefb (diff) |
Release 0.4.18orc-0.4.18
-rw-r--r-- | RELEASE | 11 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 13 insertions, 2 deletions
@@ -1,4 +1,15 @@ +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 ====== diff --git a/configure.ac b/configure.ac index 5f5f984..a396b05 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ 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([]) |