Mercurial > libpst
diff configure.in @ 255:ab87f9070ed2 stable-0-6-49
fix to ignore embedded objects that are not email messages
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 13 Sep 2010 14:47:09 -0700 |
parents | fb66d428347d |
children | c947b8812120 |
line wrap: on
line diff
--- a/configure.in Thu Sep 02 12:28:01 2010 -0700 +++ b/configure.in Mon Sep 13 14:47:09 2010 -0700 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.48,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.49,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='4:3:0' +libpst_version_info='4:4:0' AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) libpst_so_major='4' AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) @@ -33,6 +33,7 @@ # 0.6.43 libpst.so.4 libpst.so.4.0.1 # 0.6.47 libpst.so.4 libpst.so.4.0.2 # 0.6.48 libpst.so.4 libpst.so.4.0.3 +# 0.6.49 libpst.so.4 libpst.so.4.0.4