diff configure.in @ 170:0e1e048716e4

fix bug where we failed to pickup the last extended attribute. patch from Emmanuel Andry to fix potential security bug in pst2dii with printf(err).
author Carl Byington <carl@five-ten-sg.com>
date Sun, 22 Mar 2009 14:34:26 -0700
parents 40e9de445038
children 6954d315aaa8
line wrap: on
line diff
--- a/configure.in	Thu Mar 19 16:46:22 2009 -0700
+++ b/configure.in	Sun Mar 22 14:34:26 2009 -0700
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(libpst,0.6.34,carl@five-ten-sg.com)
+AC_INIT(libpst,0.6.35,carl@five-ten-sg.com)
 AC_CONFIG_SRCDIR([src/libpst.c])
 AC_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE