Mercurial > libpst
diff configure.in @ 383:2379a4d8d9c7
Tim Dufrane - fix segfault in pst_close()
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 25 Jul 2019 07:43:49 -0700 |
parents | 1e1970f93f94 |
children |
line wrap: on
line diff
--- a/configure.in Thu Jul 25 07:18:19 2019 -0700 +++ b/configure.in Thu Jul 25 07:43:49 2019 -0700 @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(libpst,0.6.72,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.73,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:14:1' +libpst_version_info='5:15:1' AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) libpst_so_major='4' AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) @@ -54,6 +54,7 @@ # 0.6.67 libpst.so.4 libpst.so.4.1.12 # 0.6.68 libpst.so.4 libpst.so.4.1.13 # 0.6.69 libpst.so.4 libpst.so.4.1.14 +# 0.6.73 libpst.so.4 libpst.so.4.1.15