Skip to content

Commit 0d6d222

Browse files
committed
version bump for flatpak
1 parent 6f5d6c8 commit 0d6d222

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
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+
# 2.6.3, 7/1/24
4+
35
- properties display [angstyloop]
46

57
# 2.6.2, 28/10/23

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: '2.6.2',
3+
version: '2.6.3',
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
@@ -367,7 +367,7 @@
367367
{
368368
"type" : "git",
369369
"url" : "https://github.com/libvips/libvips.git",
370-
"commit" : "74adb395b2ab3a15f4ec8dd734bcbd40811516fd"
370+
"commit" : "baf3ac9b6151c961be00ff3c6cf8ad06b0305d31"
371371
}
372372
]
373373
},
@@ -383,7 +383,7 @@
383383
{
384384
"type" : "git",
385385
"url" : "https://github.com/jcupitt/vipsdisp.git",
386-
"tag" : "v2.6.1a"
386+
"tag" : "v2.6.3"
387387
}
388388
]
389389
}

org.libvips.vipsdisp.metainfo.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ visualisation options and display modes.
6060

6161
<releases>
6262

63+
<release version="2.6.3" date="2023-1-7">
64+
<description>
65+
<p>
66+
Properties display.
67+
</p>
68+
</description>
69+
</release>
70+
6371
<release version="2.6.1" date="2023-10-12">
6472
<description>
6573
<p>

0 commit comments

Comments
 (0)