diff configure.in @ 323:2474d01043cd stable-0-6-58

fix From quoting on embedded rfc/822 messages
author Carl Byington <carl@five-ten-sg.com>
date Fri, 28 Dec 2012 14:45:27 -0800
parents cd8dc65b9895
children cb67b335afcc
line wrap: on
line diff
--- a/configure.in	Thu Dec 27 13:26:29 2012 -0800
+++ b/configure.in	Fri Dec 28 14:45:27 2012 -0800
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(libpst,0.6.57,carl@five-ten-sg.com)
+AC_INIT(libpst,0.6.58,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:6:1'
+libpst_version_info='5:7:1'
 AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info])
 libpst_so_major='4'
 AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major])
@@ -42,6 +42,7 @@
 # 0.6.55    libpst.so.4     libpst.so.4.1.5
 # 0.6.56    libpst.so.4     libpst.so.4.1.6
 # 0.6.57    libpst.so.4     libpst.so.4.1.6
+# 0.6.58    libpst.so.4     libpst.so.4.1.7