diff configure.in @ 317:af6ae20be5ba

update version number
author Carl Byington <carl@five-ten-sg.com>
date Mon, 24 Dec 2012 18:09:20 -0800
parents c4537664ff50
children cd8dc65b9895
line wrap: on
line diff
--- a/configure.in	Mon Dec 24 17:51:12 2012 -0800
+++ b/configure.in	Mon Dec 24 18:09:20 2012 -0800
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(libpst,0.6.55,carl@five-ten-sg.com)
+AC_INIT(libpst,0.6.56,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:5:1'
+libpst_version_info='5:6:1'
 AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info])
 libpst_so_major='4'
 AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major])
@@ -40,6 +40,7 @@
 # 0.6.53    libpst.so.4     libpst.so.4.1.3
 # 0.6.54    libpst.so.4     libpst.so.4.1.4
 # 0.6.55    libpst.so.4     libpst.so.4.1.5
+# 0.6.56    libpst.so.4     libpst.so.4.1.6