Skip to content

Commit

Permalink
Merge branch 'feature/fix-version-number-to-0.12' into dev-0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgruner committed Aug 5, 2022
2 parents b41bc9b + aa0a78b commit 970aef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('GStreamer Inference', ['c', 'cpp'], default_options : ['cpp_std=c++11'],
version : '1.0.0.1',
version : '0.12.0.1',
meson_version : '>= 0.50',)

project_name = meson.project_name()
Expand All @@ -21,7 +21,7 @@ api_version = '1.0'

# Required versions
gst_req = '>= 1.8.0.1'
r2i_req = '>= 0.8.0'
r2i_req = '>= 0.12.0'

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

0 comments on commit 970aef1

Please sign in to comment.