Skip to content

Commit

Permalink
Bump version to 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalas98 committed Oct 4, 2024
1 parent fda5d6e commit df87f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl required version of autoconf
AC_PREREQ([2.53])

dnl Gstreamer's daemon package name and version
AC_INIT([gstd],[0.15.1])
AC_INIT([gstd],[0.15.2])

dnl required version of gstreamer and gst-plugins-base
GST_REQUIRED=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('gstd', 'c',
version : '0.15.1',
version : '0.15.2',
meson_version : '>= 0.50',
default_options : [
'c_std=c11',
Expand Down

0 comments on commit df87f02

Please sign in to comment.