We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1473f15 commit edca54fCopy full SHA for edca54f
configure.ac
@@ -6,7 +6,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
6
dnl initialize autoconf
7
dnl releases only do -Wall, git and prerelease does -Werror too
8
dnl use a three digit version number for releases, and four for git/pre
9
-AC_INIT([GstInterpipe],[1.1.9],
+AC_INIT([GstInterpipe],[1.1.10],
10
[http://www.github.com/RidgeRun/gst-interpipe-1.0],
11
[gst-interpipe],
12
[http://developer.ridgerun.com/wiki/index.php?title=GstInterpipe])
meson.build
@@ -1,5 +1,5 @@
1
project('gst-interpipes', 'c',
2
- version : '1.1.9',
+ version : '1.1.10',
3
meson_version : '>= 0.50',)
4
5
gst_interpipes_version = meson.project_version()
0 commit comments