We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93be763 commit afb8d1bCopy full SHA for afb8d1b
configure.ac
@@ -1,8 +1,8 @@
1
AC_PREREQ([2.60])
2
3
# See http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
4
-m4_define([ver], [2.8.3])
5
-m4_define([l_ver], [3:1:2])
+m4_define([ver], [2.8.4])
+m4_define([l_ver], [3:2:2])
6
7
AC_INIT([bitset], [ver], [https://github.com/chriso/bitset])
8
AC_CONFIG_HEADERS([config.h])
0 commit comments