Skip to content

Commit c2f65a7

Browse files
committed
bump to 4.1.2
1 parent ac62612 commit c2f65a7

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
master
22

3+
## 4.1.2 02/08/25
4+
35
- add an icon to the exe on windows
46

57
## 4.1.1 31/07/25

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('vipsdisp', 'c',
2-
version: '4.1.1',
2+
version: '4.1.2',
33
license: 'MIT',
44
meson_version: '>=0.56',
55
default_options: [

org.libvips.vipsdisp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466
{
467467
"type" : "git",
468468
"url" : "https://github.com/jcupitt/vipsdisp.git",
469-
"tag" : "v4.1.1"
469+
"tag" : "v4.1.2"
470470
}
471471
]
472472
}

org.libvips.vipsdisp.metainfo.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ and it has a range of useful visualisation tools and display modes.
6565

6666
<releases>
6767

68+
<release version="4.1.2" date="2025-08-02">
69+
<description>
70+
<p>
71+
This adds an icon to the Windows build.
72+
</p>
73+
</description>
74+
</release>
75+
6876
<release version="4.1.1" date="2025-07-31">
6977
<description>
7078
<p>

0 commit comments

Comments
 (0)