# HG changeset patch # User Carl Byington # Date 1273177937 25200 # Node ID b7f79da5fd5544b652bc2fc8f53f499f63722e00 # Parent 0c42a22f88fc767f3e8f508f5be64b85afe97c4c bump version numbers diff -r 0c42a22f88fc -r b7f79da5fd55 configure.in --- a/configure.in Thu May 06 13:24:52 2010 -0700 +++ b/configure.in Thu May 06 13:32:17 2010 -0700 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.46,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.47,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:1:0' +libpst_version_info='4:2:0' AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info]) libpst_so_major='4' AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major]) @@ -31,6 +31,7 @@ # 0.6.38 libpst.so.2 libpst.so.2.1.0 # 0.6.40 libpst.so.4 libpst.so.4.0.0 # 0.6.43 libpst.so.4 libpst.so.4.0.1 +# 0.6.47 libpst.so.4 libpst.so.4.0.2