Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Bump version 1.4.0-rc9
Browse files Browse the repository at this point in the history
Signed-off-by: Lim Siew Hoon <[email protected]>
  • Loading branch information
SiewHoon committed Mar 13, 2019
1 parent 402369d commit d4edf72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/ProjectInfo.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(GstMfx_VERSION_MAJOR 1)
set(GstMfx_VERSION_MINOR 4)
set(GstMfx_VERSION_MACRO 0)
set(GstMfx_VERSION_PATCH rc8)
set(GstMfx_VERSION_PATCH rc9)
set(GstMfx_PACKAGE "gstmfx")
set(GstMfx_PACKAGE_NAME "GStreamer Media SDK")
set(GstMfx_PACKAGE_TARNAME "gstreamer-msdk")
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This project use C source code
project('GstMfx', 'c',
version: '1.4.0.8',
version: '1.4.0.9',
meson_version: '>= 0.35.0',
default_options: ['warning_level=1',
'buildtype=debugoptimized'])
Expand Down

0 comments on commit d4edf72

Please sign in to comment.