Mercurial > libpst
diff configure.in @ 353:19b795b6f6a0
Added Content-ID header support
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 21 Dec 2015 08:18:25 -0800 |
parents | 7a91e30826d8 |
children | a2da2bbe393a |
line wrap: on
line diff
--- a/configure.in Thu Dec 17 12:03:44 2015 +0100 +++ b/configure.in Mon Dec 21 08:18:25 2015 -0800 @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(libpst,0.6.65,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.66,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([src/libpst.c]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -21,7 +21,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:10:1' +libpst_version_info='5:11:1' AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) libpst_so_major='4' AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) @@ -50,6 +50,7 @@ # 0.6.61 libpst.so.4 libpst.so.4.1.9 # 0.6.62 libpst.so.4 libpst.so.4.1.9 # 0.6.63 libpst.so.4 libpst.so.4.1.10 +# 0.6.66 libpst.so.4 libpst.so.4.1.11