diff options
author | David Schleef <ds@schleef.org> | 2013-03-10 12:16:49 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2013-03-10 12:16:49 -0700 |
commit | e8bd41865d9a302344431ec49888814495536667 (patch) | |
tree | 1d739edc2493ce923f563daae284be1b35e8ac04 /configure.ac | |
parent | f70e6874119ba3fc3e8db1bbbc2efab181f7b573 (diff) | |
parent | 091ea9454c312f6fc883a27a882347a5ab086771 (diff) |
Merge branch '0.4.17'
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 114a602..89812ba 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58]) -AC_INIT(orc,0.4.16.1) +AC_INIT(orc,0.4.17) 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="16:0:16" +ORC_LIBVERSION="17:0:17" AC_SUBST(ORC_LIBVERSION) AC_LIBTOOL_WIN32_DLL AC_LIBTOOL_TAGS([]) |