From 34bab37a1f475dc3970693e43831b2e69bc4d6e8 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Mon, 5 May 2014 09:49:32 -0700 Subject: [PATCH] 1.5 --- build-windows/libetpan_version.h | 15 ++++++++++++++- configure.ac | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/build-windows/libetpan_version.h b/build-windows/libetpan_version.h index 588e54e..8be7094 100644 --- a/build-windows/libetpan_version.h +++ b/build-windows/libetpan_version.h @@ -38,13 +38,26 @@ #endif #ifndef LIBETPAN_VERSION_MINOR -#define LIBETPAN_VERSION_MINOR 2 +#define LIBETPAN_VERSION_MINOR 5 #endif #ifndef LIBETPAN_REENTRANT #if 1 #define LIBETPAN_REENTRANT 1 #endif + +#ifndef LIBETPAN_API_CURRENT +#define LIBETPAN_API_CURRENT 18 +#endif + +#ifndef LIBETPAN_API_REVISION +#define LIBETPAN_API_REVISION 0 +#endif + +#ifndef LIBETPAN_API_COMPATIBILITY +#define LIBETPAN_API_COMPATIBILITY 17 +#endif + #endif int libetpan_get_version_major(void); diff --git a/configure.ac b/configure.ac index 6506ae8..f8a926b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. m4_define([maj_version], [1]) -m4_define([min_version], [4]) +m4_define([min_version], [5]) m4_define([api_current], [18]) m4_define([api_revision], [0]) m4_define([api_compatibility], [17])