Skip to content

Commit dc2f54d

Browse files
committed
version bump
1 parent 3f0cb12 commit dc2f54d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
started 7.36.2 8/10/13
22
- add --profile option
3+
- fix + button on wsgv
34

45
started 7.36.1 7/10/13
56
- better ^Q behaviour, thanks MvGulik

configure.ac

Lines changed: 2 additions & 2 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.1])
3+
AC_INIT([nip2], [7.36.2])
44
AM_INIT_AUTOMAKE([-Wall])
55

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

1818
m4_define([nip_major_version], [7])
1919
m4_define([nip_minor_version], [36])
20-
m4_define([nip_micro_version], [1])
20+
m4_define([nip_micro_version], [2])
2121
m4_define([nip_version],
2222
[nip_major_version.nip_minor_version.nip_micro_version])
2323

0 commit comments

Comments
 (0)