diff options
author | David Schleef <ds@schleef.org> | 2011-04-14 13:02:52 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2011-04-14 13:02:52 -0700 |
commit | e8ccabbd424f5329e324566e87d64ef3778c1a16 (patch) | |
tree | d001939c94d8053050c515e176360ac3ce9df8b9 /configure.ac | |
parent | 468503ffe67adacec5669f426c19377c66680e00 (diff) |
Release 0.4.12
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 876f329..2ee9581 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58]) -AC_INIT(orc,0.4.11.1) +AC_INIT(orc,0.4.12) 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="11:0:11" +ORC_LIBVERSION="12:0:12" AC_SUBST(ORC_LIBVERSION) AC_LIBTOOL_WIN32_DLL AC_LIBTOOL_TAGS([]) |