Skip to content

Commit

Permalink
libetpan 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhvh committed May 8, 2017
1 parent 1fe8fbc commit fcbe81e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build-windows/libetpan_version.h
Expand Up @@ -38,7 +38,7 @@
#endif

#ifndef LIBETPAN_VERSION_MINOR
#define LIBETPAN_VERSION_MINOR 6
#define LIBETPAN_VERSION_MINOR 8
#endif

#ifndef LIBETPAN_REENTRANT
Expand All @@ -47,15 +47,15 @@
#endif

#ifndef LIBETPAN_API_CURRENT
#define LIBETPAN_API_CURRENT 18
#define LIBETPAN_API_CURRENT 21
#endif

#ifndef LIBETPAN_API_REVISION
#define LIBETPAN_API_REVISION 0
#endif

#ifndef LIBETPAN_API_COMPATIBILITY
#define LIBETPAN_API_COMPATIBILITY 17
#define LIBETPAN_API_COMPATIBILITY 20
#endif

#endif
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Expand Up @@ -2,9 +2,9 @@
# Process this file with autoconf to produce a configure script.

m4_define([maj_version], [1])
m4_define([min_version], [7])
m4_define([mic_version], [2])
m4_define([api_current], [20])
m4_define([min_version], [8])
m4_define([mic_version], [0])
m4_define([api_current], [21])
m4_define([api_revision], [0])
m4_define([api_compatibility], [20])
dnl API version
Expand Down

0 comments on commit fcbe81e

Please sign in to comment.