Skip to content

Commit

Permalink
Bump ABI version
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Sustrik <[email protected]>
  • Loading branch information
sustrik committed Jun 4, 2016
1 parent 5905120 commit 70ad20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libdill.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
/* www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html */

/* The current interface version. */
#define DILL_VERSION_CURRENT 3
#define DILL_VERSION_CURRENT 4

/* The latest revision of the current interface. */
#define DILL_VERSION_REVISION 0

/* How many past interface versions are still supported. */
#define DILL_VERSION_AGE 1
#define DILL_VERSION_AGE 0

/******************************************************************************/
/* Symbol visibility */
Expand Down

0 comments on commit 70ad20b

Please sign in to comment.