Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
belle-sip
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
1
Merge Requests
1
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
belle-sip
Commits
bb0f5e6d
Commit
bb0f5e6d
authored
Nov 02, 2015
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version to 1.4.2.
parent
569787a0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
NEWS
NEWS
+4
-0
configure.ac
configure.ac
+1
-1
No files found.
CMakeLists.txt
View file @
bb0f5e6d
...
...
@@ -26,7 +26,7 @@ project(BELLESIP C CXX)
set
(
PACKAGE
"belle-sip"
)
set
(
PACKAGE_NAME
"
${
PACKAGE
}
"
)
set
(
PACKAGE_VERSION
"1.4.
1
"
)
set
(
PACKAGE_VERSION
"1.4.
2
"
)
set
(
PACKAGE_STRING
"
${
PACKAGE_NAME
}
${
PACKAGE_VERSION
}
"
)
set
(
PACKAGE_BUGREPORT
"jehan.monnier@linphone.org"
)
set
(
PACKAGE_TARNAME
"belle-sip"
)
...
...
NEWS
View file @
bb0f5e6d
belle-sip-1.4.2 -- November 2nd, 2015
* Support of Accept, Content-Disposition and Supported headers
* Bug fixes
belle-sip-1.4.1 -- May 6th, 2015
* Bug fixes
...
...
configure.ac
View file @
bb0f5e6d
...
...
@@ -3,7 +3,7 @@
AC_PREREQ([2.63])
AC_INIT([belle-sip],[1.4.
1
],[jehan.monnier@linphone.org])
AC_INIT([belle-sip],[1.4.
2
],[jehan.monnier@linphone.org])
BELLESIP_SO_CURRENT=0 dnl increment this number when you add/change/remove an interface
BELLESIP_SO_REVISION=0 dnl increment this number when you change source code, without changing interfaces; set to 0 when incrementing CURRENT
...
...
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