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
mswebrtc
Commits
549132b4
Commit
549132b4
authored
Aug 08, 2016
by
Sandrine Avakian
Browse files
Increment version number
parent
b4091cbf
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
549132b4
...
...
@@ -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
}
"
)
...
...
NEWS
View file @
549132b4
mswebrtc-1.
0
.0 --
June xx
, 2016
mswebrtc-1.
1
.0 --
August 8th
, 2016
* iLBC codec
* MSFactory - changing init to use MSFactory.
configure.ac
View file @
549132b4
# -*- 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])
...
...
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