Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
c8df1970
Commit
c8df1970
authored
Mar 11, 2015
by
François Grisez
Browse files
Increment version number
parent
b9d39e29
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
NEWS
NEWS
+1
-1
configure.ac
configure.ac
+1
-1
No files found.
CMakeLists.txt
View file @
c8df1970
...
...
@@ -25,7 +25,7 @@ project(MEDIASTREAMER2 C CXX)
set
(
MEDIASTREAMER_MAJOR_VERSION
"2"
)
set
(
MEDIASTREAMER_MINOR_VERSION
"1
0
"
)
set
(
MEDIASTREAMER_MINOR_VERSION
"1
1
"
)
set
(
MEDIASTREAMER_MICRO_VERSION
"0"
)
set
(
MEDIASTREAMER_VERSION
"
${
MEDIASTREAMER_MAJOR_VERSION
}
.
${
MEDIASTREAMER_MINOR_VERSION
}
.
${
MEDIASTREAMER_MICRO_VERSION
}
"
)
set
(
MEDIASTREAMER_SO_VERSION
"3"
)
...
...
NEWS
View file @
c8df1970
mediastreamer2-2.11.0:
February
1
8
, 2015
mediastreamer2-2.11.0:
March
1
1
, 2015
* support of AVPF with VP8 codec only
* support of Matroska file format (needs libmatroska2)
* audio/video stream recorder. Only H264 is supported for video stream
...
...
configure.ac
View file @
c8df1970
dnl Process this file with autoconf to produce a configure script.
AC_INIT([mediastreamer],[2.1
0
.0])
AC_INIT([mediastreamer],[2.1
1
.0])
AC_MSG_NOTICE([$PACKAGE_NAME-$PACKAGE_VERSION A mediastreaming library for telephony application.])
AC_MSG_NOTICE([licensed under the terms of the General Public License (GPL)])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment