Skip to content

Commit 7dccd22

Browse files
committed
Bump hotfix number
1 parent 8955036 commit 7dccd22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dnl when going to/from release please set the nano (fourth number) right !
66
dnl releases only do Wall, git and prerelease does Werror too
77
dnl
88
AC_INIT([GstShark],
9-
[0.8.0.1],
9+
[0.8.1.1],
1010
[https://github.com/RidgeRun/gst-shark],
1111
[gst-shark],
1212
[https://github.com/RidgeRun/gst-shark])

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Roberto Gutierrez <[email protected]>
99

1010
project('gst-shark', 'c',
11-
version : '0.8.0',
11+
version : '0.8.1',
1212
meson_version : '>= 0.58',)
1313

1414
# Project version

0 commit comments

Comments
 (0)