Skip to content

Commit

Permalink
1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhvh committed May 5, 2014
1 parent 4057dd1 commit 34bab37
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion build-windows/libetpan_version.h
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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])
Expand Down

0 comments on commit 34bab37

Please sign in to comment.