Mercurial > libpst
diff configure.in @ 344:aedcf979f439
fix unchecked errors found by cppcheck
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 09 Mar 2015 08:49:47 -0700 |
parents | 0f3185217313 |
children | 7a91e30826d8 |
line wrap: on
line diff
--- a/configure.in Fri Dec 27 09:01:31 2013 -0800 +++ b/configure.in Mon Mar 09 08:49:47 2015 -0700 @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(libpst,0.6.63,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.64,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([src/libpst.c]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4])