diff configure.in @ 191:4b498fd68464

add pst_attach_to_mem() back into the shared library interface. improve developer documentation. fix memory leak caught by valgrind.
author Carl Byington <carl@five-ten-sg.com>
date Wed, 15 Apr 2009 18:39:42 -0700
parents 05dc6892d7e4
children 320cfcba8058
line wrap: on
line diff
--- a/configure.in	Tue Apr 14 22:26:17 2009 -0700
+++ b/configure.in	Wed Apr 15 18:39:42 2009 -0700
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(libpst,0.6.36,carl@five-ten-sg.com)
+AC_INIT(libpst,0.6.37,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='2:0:0'
+libpst_version_info='3:0:1'
 AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info])
 libpst_so_major='2'
 AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major])
@@ -27,7 +27,7 @@
 # libpst
 # version    soname         so library name
 # 0.6.35     libpst.so.2    libpst.so.2.0.0
-
+# 0.6.37     libpst.so.2    libpst.so.2.1.0