Skip to content

Commit 441764b

Browse files
committed
bump version ready for new cycle
1 parent 7e7c872 commit 441764b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
started 8.5 24/1/17
2+
13
started 8.4.1 25/9/16
24
- simplify nip2-icon.rc build, bgilbert
35

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], [8.4.1], [[email protected]])
3+
AC_INIT([nip2], [8.5], [[email protected]])
44

55
# foreign stops complaints about a missing README (we use README.md instead)
66
# and missing INSTALL (the standard Gnu INSTALL is not very useful)
@@ -16,8 +16,8 @@ dnl of them.
1616
dnl
1717

1818
m4_define([nip_major_version], [8])
19-
m4_define([nip_minor_version], [4])
20-
m4_define([nip_micro_version], [1])
19+
m4_define([nip_minor_version], [5])
20+
m4_define([nip_micro_version], [0])
2121
m4_define([nip_version],
2222
[nip_major_version.nip_minor_version.nip_micro_version])
2323

0 commit comments

Comments
 (0)