Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
ortp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
ortp
Commits
847623e0
Commit
847623e0
authored
Feb 23, 2017
by
François Grisez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase version number to 1.0.1
parent
b4f26a87
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
NEWS
NEWS
+3
-0
configure.ac
configure.ac
+1
-1
No files found.
CMakeLists.txt
View file @
847623e0
...
...
@@ -21,7 +21,7 @@
############################################################################
cmake_minimum_required
(
VERSION 3.0
)
project
(
oRTP VERSION 1.0.
0
)
project
(
oRTP VERSION 1.0.
1
)
set
(
ORTP_MAJOR_VERSION
${
PROJECT_VERSION_MAJOR
}
)
...
...
NEWS
View file @
847623e0
February 23, 2017: ortp-1.0.1
- minor enhancements and bugfixes
January 10, 2017: ortp-1.0.0
- oRTP license is changed to be GPLv2
- new adaptive jitter buffer algorithm added
...
...
configure.ac
View file @
847623e0
dnl Process this file with autoconf to produce a configure script.
AC_INIT([ortp],[1.0.
0
])
AC_INIT([ortp],[1.0.
1
])
AC_CANONICAL_SYSTEM
case $INSTALL in
...
...
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