summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-06-23 10:06:29 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-06-23 10:06:29 +0200
commit1097fa62c5efe5d2ce20cff03386bc84d0c81c56 (patch)
treecef00a179458fee6aab682b2e47eeb845f27d61b
parentc9c4f993971365f54645ee85a6a1f01218e33a0d (diff)
Release 0.4.21orc-0.4.21
-rw-r--r--RELEASE10
-rw-r--r--configure.ac4
2 files changed, 12 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index 5e15d93..ac49a69 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,3 +1,13 @@
+0.4.21
+======
+
+Maintenance release:
+
+ - Add libtool versioning to the linker flags again. This was accidentially
+ removed in 0.4.20 but should not cause any problems on platforms other
+ than OS X (Sebastian Dröge)
+
+
0.4.20
======
diff --git a/configure.ac b/configure.ac
index 1a7f2f7..1534b73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.68])
-AC_INIT([orc], [0.4.20.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=orc],[orc])
+AC_INIT([orc], [0.4.21], [http://bugzilla.gnome.org/enter_bug.cgi?product=orc],[orc])
dnl don't forget to update libversion
AS_NANO(ORC_GIT=no,ORC_GIT=yes)
@@ -22,7 +22,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="20:0:20"
+ORC_LIBVERSION="21:0:21"
AC_SUBST(ORC_LIBVERSION)
LT_PREREQ([2.2.6])
LT_INIT([dlopen win32-dll disable-static])