Mercurial > libpst
diff configure.in @ 293:5b3e7661adad
prep for fedora build
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 10 Jul 2011 16:01:22 -0700 |
parents | fa7fc1ac6385 |
children | 47abe56076da |
line wrap: on
line diff
--- a/configure.in Sun Jun 19 09:08:29 2011 -0700 +++ b/configure.in Sun Jul 10 16:01:22 2011 -0700 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.52,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.53,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([src/libpst.c]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE @@ -19,7 +19,7 @@ # 6. libtool will build libpst.so.x.y.z where the SONAME is libpst.so.x # and x=current-age, y=age, z=revision -libpst_version_info='5:2:1' +libpst_version_info='5:3:1' AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) libpst_so_major='4' AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) @@ -37,6 +37,7 @@ # 0.6.50 libpst.so.4 libpst.so.4.1.0 # 0.6.51 libpst.so.4 libpst.so.4.1.1 # 0.6.52 libpst.so.4 libpst.so.4.1.2 +# 0.6.53 libpst.so.4 libpst.so.4.1.3