We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a231df0 commit d958f29Copy full SHA for d958f29
libdill.h
@@ -46,13 +46,13 @@
46
/* www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html */
47
48
/* The current interface version. */
49
-#define DILL_VERSION_CURRENT 24
+#define DILL_VERSION_CURRENT 25
50
51
/* The latest revision of the current interface. */
52
#define DILL_VERSION_REVISION 0
53
54
/* How many past interface versions are still supported. */
55
-#define DILL_VERSION_AGE 4
+#define DILL_VERSION_AGE 5
56
57
/******************************************************************************/
58
/* Symbol visibility */
0 commit comments