Skip to content

Commit d958f29

Browse files
committed
Bump ABI version
Signed-off-by: Martin Sustrik <[email protected]>
1 parent a231df0 commit d958f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libdill.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
/* www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html */
4747

4848
/* The current interface version. */
49-
#define DILL_VERSION_CURRENT 24
49+
#define DILL_VERSION_CURRENT 25
5050

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

5454
/* How many past interface versions are still supported. */
55-
#define DILL_VERSION_AGE 4
55+
#define DILL_VERSION_AGE 5
5656

5757
/******************************************************************************/
5858
/* Symbol visibility */

0 commit comments

Comments
 (0)