Mercurial > libpst
diff configure.in @ 270:6c73cd336d5d
prep for fedora build
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 17 Apr 2011 19:27:26 -0700 |
parents | c947b8812120 |
children | 6a9f92d4e449 |
line wrap: on
line diff
--- a/configure.in Sun Apr 17 18:45:33 2011 -0700 +++ b/configure.in Sun Apr 17 19:27:26 2011 -0700 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.50,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.51,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:0:1' +libpst_version_info='5:1:1' AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) libpst_so_major='4' AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) @@ -35,6 +35,7 @@ # 0.6.48 libpst.so.4 libpst.so.4.0.3 # 0.6.49 libpst.so.4 libpst.so.4.0.4 # 0.6.50 libpst.so.4 libpst.so.4.1.0 +# 0.6.51 libpst.so.4 libpst.so.4.1.1