Skip to content

Commit d1e104e

Browse files
committed
final tweaks
1 parent b4c566a commit d1e104e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'vipsdisp', 'c',
3-
version: '3.0.1',
3+
version: '3.0.2',
44
license: 'MIT',
55
meson_version: '>=0.56',
66
default_options: [

org.libvips.vipsdisp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
{
8787
"type" : "git",
8888
"url" : "https://github.com/libjxl/libjxl.git",
89-
"tag" : "v0.8.1",
90-
"commit" : "c27d499263435ac77007174e0f1cf54557cff23a"
89+
"tag" : "v0.10.1",
90+
"commit" : "5f67ebced96df5c0696ec7d1822bdd3e4e11a1a1"
9191
}
9292
]
9393
},

src/imagewindow.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,8 @@ image_window_open_current_file(ImageWindow *win,
672672
Active *active;
673673

674674
#ifdef DEBUG
675-
#endif /*DEBUG*/
676675
printf("image_window_open_current_file: %s:\n", filename);
676+
#endif /*DEBUG*/
677677

678678
/* An old image selected again?
679679
*/

0 commit comments

Comments
 (0)