File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ started 8.5 24/1/17
2
+
1
3
started 8.4.1 25/9/16
2
4
- simplify nip2-icon.rc build, bgilbert
3
5
Original file line number Diff line number Diff line change 1
1
# Process this file with autoconf to produce a configure script.
2
2
3
- AC_INIT ( [ nip2] ,
[ 8.4.1 ] ,
[ [email protected] ] )
3
+ AC_INIT ( [ nip2] ,
[ 8.5 ] ,
[ [email protected] ] )
4
4
5
5
# foreign stops complaints about a missing README (we use README.md instead)
6
6
# and missing INSTALL (the standard Gnu INSTALL is not very useful)
@@ -16,8 +16,8 @@ dnl of them.
16
16
dnl
17
17
18
18
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 ] )
21
21
m4_define ( [ nip_version] ,
22
22
[ nip_major_version.nip_minor_version.nip_micro_version] )
23
23
You can’t perform that action at this time.
0 commit comments