diff configure.ac @ 401:c1b1bbd42696

Markus Schnalke - fix from Debian for vcard version format
author Carl Byington <carl@five-ten-sg.com>
date Sun, 22 Mar 2020 18:13:33 -0700
parents 3cbda103e0ef
children 24871e6cdd69
line wrap: on
line diff
--- a/configure.ac	Sun Jan 12 15:31:30 2020 -0800
+++ b/configure.ac	Sun Mar 22 18:13:33 2020 -0700
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(libpst,0.6.74,carl@five-ten-sg.com)
+AC_INIT(libpst,0.6.75,carl@five-ten-sg.com)
 AC_CONFIG_SRCDIR([src/libpst.c])
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([m4])
@@ -21,7 +21,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:16:1'
+libpst_version_info='5:17:1'
 AC_SUBST(LIBPST_VERSION_INFO, [$libpst_version_info])
 libpst_so_major='4'
 AC_SUBST(LIBPST_SO_MAJOR, [$libpst_so_major])
@@ -56,6 +56,7 @@
 # 0.6.69    libpst.so.4     libpst.so.4.1.14
 # 0.6.73    libpst.so.4     libpst.so.4.1.15
 # 0.6.74    libpst.so.4     libpst.so.4.1.16
+# 0.6.75    libpst.so.4     libpst.so.4.1.17