Skip to content

Commit ced9062

Browse files
committed
improve .desktop file
see #45
1 parent 3f267ca commit ced9062

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
started 7.40.5 17/9/14
2+
- improve .desktop file
3+
14
started 7.40.4 19/8/14
25
- swap the HP printer profile for a freer one
36
- swap lena for a PD sample

configure.ac

+2-2
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.40.4])
3+
AC_INIT([nip2], [7.40.5])
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)
@@ -17,7 +17,7 @@ dnl
1717

1818
m4_define([nip_major_version], [7])
1919
m4_define([nip_minor_version], [40])
20-
m4_define([nip_micro_version], [4])
20+
m4_define([nip_micro_version], [5])
2121
m4_define([nip_version],
2222
[nip_major_version.nip_minor_version.nip_micro_version])
2323

nip2.desktop.in

-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ Icon=nip2
77
Terminal=false
88
Type=Application
99
Categories=Graphics;RasterGraphics;
10-
X-GNOME-Bugzilla-Bugzilla=GNOME
11-
X-GNOME-Bugzilla-Product=NIP2
1210
StartupNotify=true
1311
MimeType=image/x-vips;

0 commit comments

Comments
 (0)