Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
mswebrtc
Commits
0aed416c
Commit
0aed416c
authored
8 years ago
by
Sandrine Avakian
Browse files
Options
Download
Patches
Plain Diff
Increment version number
parent
a3d63e77
master
1.1.x
dev_high_sampling_rate
dev_sndcard_improvements
feature/AEC-tests
feature/AEC3
feature/apple_arm
feature/base64-refactor
feature/cmake-refactor
feature/factorize-cmake-find-package-scripts
feature/tester-without-install
hotfix/excess-of-samples-to-soundcard
release/5.3
release/5.4
5.5.0-alpha
5.4.0
5.4.0-beta
1.1.2
1.1.1
1.1.0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
CMakeLists.txt
NEWS
+3
-2
NEWS
configure.ac
+1
-1
configure.ac
with
5 additions
and
4 deletions
CMakeLists.txt
+
1
−
1
View file @
0aed416c
...
...
@@ -21,7 +21,7 @@
############################################################################
cmake_minimum_required
(
VERSION 3.0
)
project
(
mswebrtc VERSION 1.
0
.0 LANGUAGES C
)
project
(
mswebrtc VERSION 1.
1
.0 LANGUAGES C
)
set
(
PACKAGE
"
${
PROJECT_NAME
}
"
)
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
3
−
2
View file @
0aed416c
mswebrtc-1.0.0 -- June xx, 2016
* iLBC codec
mswebrtc-1.0.0 -- August 17th, 2016
* Adding iLBC build support for autotools.
* iLBC codec.
* MSFactory - changing init to use MSFactory.
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
0aed416c
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_INIT([mswebrtc],[1.
0
.0])
AC_INIT([mswebrtc],[1.
1
.0])
AC_PREREQ(2.63)
AC_CONFIG_AUX_DIR([build-aux])
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets