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 3f0cb12 commit dc2f54dCopy full SHA for dc2f54d
ChangeLog
@@ -1,5 +1,6 @@
1
started 7.36.2 8/10/13
2
- add --profile option
3
+- fix + button on wsgv
4
5
started 7.36.1 7/10/13
6
- better ^Q behaviour, thanks MvGulik
configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([nip2], [7.36.1])
+AC_INIT([nip2], [7.36.2])
AM_INIT_AUTOMAKE([-Wall])
# foreign stops complaints about a missing README (we use README.md instead)
@@ -17,7 +17,7 @@ dnl
17
18
m4_define([nip_major_version], [7])
19
m4_define([nip_minor_version], [36])
20
-m4_define([nip_micro_version], [1])
+m4_define([nip_micro_version], [2])
21
m4_define([nip_version],
22
[nip_major_version.nip_minor_version.nip_micro_version])
23
0 commit comments