Skip to content

Commit cc4b18f

Browse files
committed
build: Bump release version to 1.4.0
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
1 parent 7445846 commit cc4b18f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
project('libpisp', 'c', 'cpp',
55
meson_version : '>= 0.58.0',
6-
version : '1.3.0',
6+
version : '1.4.0',
77
default_options : [
88
'werror=true',
99
'warning_level=2',

src/gst/gstpispconvert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@ static gboolean plugin_init(GstPlugin *plugin)
15151515
}
15161516

15171517
#define PACKAGE "pispconvert"
1518-
#define VERSION "1.3.0"
1518+
#define VERSION "1.4.0"
15191519
#define GST_PACKAGE_NAME "GStreamer PiSP Plugin"
15201520
#define GST_PACKAGE_ORIGIN "https://github.com/raspberrypi/libpisp"
15211521
#define GST_LICENSE "BSD"

0 commit comments

Comments
 (0)