Skip to content

Commit 74147d2

Browse files
committed
update v number
1 parent 0eae345 commit 74147d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Process this file with autoconf to produce a configure script.
22

3-
AC_INIT([nip2], [7.36.6])
3+
AC_INIT([nip2], [7.37.0])
44
AM_INIT_AUTOMAKE([-Wall])
55

66
# foreign stops complaints about a missing README (we use README.md instead)
@@ -17,8 +17,8 @@ dnl of them.
1717
dnl
1818

1919
m4_define([nip_major_version], [7])
20-
m4_define([nip_minor_version], [36])
21-
m4_define([nip_micro_version], [6])
20+
m4_define([nip_minor_version], [37])
21+
m4_define([nip_micro_version], [0])
2222
m4_define([nip_version],
2323
[nip_major_version.nip_minor_version.nip_micro_version])
2424

0 commit comments

Comments
 (0)