This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
bcg729
mirror of
https://github.com/BelledonneCommunications/bcg729
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
8
Wiki
Activity
Browse Source
Increase version number to 1.0.3
pull/5/head
1.0.3
François Grisez
9 years ago
parent
475ef8ba47
commit
1fc1abbdcd
3 changed files
with
6 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CMakeLists.txt
+4
-1
NEWS
+1
-1
configure.ac
+ 1
- 1
CMakeLists.txt
View File
@ -21,7 +21,7 @@
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
cmake_minimum_required
(
VERSION
3.0
)
project
(
bcg729
VERSION
1.0.
2
LANGUAGES
C
)
project
(
bcg729
VERSION
1.0.
3
LANGUAGES
C
)
set
(
PACKAGE
"${PROJECT_NAME}"
)
+ 4
- 1
NEWS
View File
@ -1,3 +1,6 @@
bcg729-1.0.3 -- February 24th, 2017
* Update of README
bcg729-1.0.2 -- August 8th, 2016
* Move to MsFactory
* Bug fixes
* Bug fixes
+ 1
- 1
configure.ac
View File
@ -3,7 +3,7 @@
AC_INIT([bcg729],[1.0.
2
])
AC_INIT([bcg729],[1.0.
3
])
AC_CANONICAL_SYSTEM
AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([src/encoder.c])
Write
Preview
Loading…
Cancel
Save