Skip to content

Commit 970aef1

Browse files
committed
Merge branch 'feature/fix-version-number-to-0.12' into dev-0.12
2 parents b41bc9b + aa0a78b commit 970aef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('GStreamer Inference', ['c', 'cpp'], default_options : ['cpp_std=c++11'],
2-
version : '1.0.0.1',
2+
version : '0.12.0.1',
33
meson_version : '>= 0.50',)
44

55
project_name = meson.project_name()
@@ -21,7 +21,7 @@ api_version = '1.0'
2121

2222
# Required versions
2323
gst_req = '>= 1.8.0.1'
24-
r2i_req = '>= 0.8.0'
24+
r2i_req = '>= 0.12.0'
2525

2626
# Find external dependencies
2727
gst_dep = dependency('gstreamer-1.0', version : gst_req)

0 commit comments

Comments
 (0)