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
liblinphone
Commits
602f480d
Commit
602f480d
authored
Aug 08, 2016
by
Sandrine Avakian
Browse files
Version 3.10.0
parent
90efce68
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
CMakeLists.txt
CMakeLists.txt
+2
-2
configure.ac
configure.ac
+1
-1
tools/python/doc/source/conf.py
tools/python/doc/source/conf.py
+2
-2
No files found.
CMakeLists.txt
View file @
602f480d
...
...
@@ -21,14 +21,14 @@
############################################################################
cmake_minimum_required
(
VERSION 3.0
)
project
(
linphone VERSION 3.
9.1
LANGUAGES C CXX
)
project
(
linphone VERSION 3.
10.0
LANGUAGES C CXX
)
set
(
LINPHONE_MAJOR_VERSION
${
PROJECT_VERSION_MAJOR
}
)
set
(
LINPHONE_MINOR_VERSION
${
PROJECT_VERSION_MINOR
}
)
set
(
LINPHONE_MICRO_VERSION
${
PROJECT_VERSION_PATCH
}
)
set
(
LINPHONE_VERSION
${
PROJECT_VERSION
}
)
set
(
LINPHONE_SO_VERSION
"
8
"
)
set
(
LINPHONE_SO_VERSION
"
9
"
)
file
(
GLOB LINPHONE_PO_FILES RELATIVE
"
${
CMAKE_CURRENT_LIST_DIR
}
/po"
"
${
CMAKE_CURRENT_LIST_DIR
}
/po/*.po"
)
string
(
REGEX REPLACE
"([a-zA-Z_]+)
\\
.po"
"
\\
1"
LINPHONE_ALL_LANGS_LIST
"
${
LINPHONE_PO_FILES
}
"
)
...
...
configure.ac
View file @
602f480d
dnl Process this file with autoconf to produce a configure script.
AC_INIT([linphone],[3.
9.1
],[linphone-developers@nongnu.org])
AC_INIT([linphone],[3.
10.0
],[linphone-developers@nongnu.org])
AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR([coreapi/linphonecore.c])
...
...
tools/python/doc/source/conf.py
View file @
602f480d
...
...
@@ -53,9 +53,9 @@ copyright = u'2014, Belledonne Communications'
# built documents.
#
# The short X.Y version.
version
=
'3.
9
'
version
=
'3.
10
'
# The full version, including alpha/beta/rc tags.
release
=
'3.
9.1
'
release
=
'3.
10.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
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