diff options
author | David Schleef <ds@schleef.org> | 2011-09-25 14:17:59 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2011-09-25 14:17:59 -0700 |
commit | de8d1b45c9c773a561d27b631e06092de50f75e1 (patch) | |
tree | 66bdadf54fea241531f42ce9f400e3bb19d46757 /configure.ac | |
parent | ea4d93553030d97ea25058308f96b93a8b6cbe9f (diff) |
Release 0.4.15orc-0.4.15
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 1c220d8..151aa06 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58]) -AC_INIT(orc,0.4.14.1) +AC_INIT(orc,0.4.15) 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="14:0:14" +ORC_LIBVERSION="15:0:15" AC_SUBST(ORC_LIBVERSION) AC_LIBTOOL_WIN32_DLL AC_LIBTOOL_TAGS([]) |