Skip to content

Commit 72734e7

Browse files
ChrisJeffersonfingolfin
authored andcommitted
Increment minor kernel version to denote changes to profile generation
1 parent be2725c commit 72734e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ dnl
2727
dnl For further details, refer to the Libtool manual chapter on "Library
2828
dnl interface versions", available at
2929
dnl <https://www.gnu.org/software/libtool/manual/html_node/Versioning.html>
30-
m4_define([libtool_current], [8])
31-
m4_define([libtool_age], [0])
30+
m4_define([libtool_current], [9])
31+
m4_define([libtool_age], [1])
3232

3333
m4_define([GAP_DEFINE], [GAP_DEFINES="$GAP_DEFINES -D$1"])
3434

0 commit comments

Comments
 (0)