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
Update version
pull/2/head
1.0.2
Sandrine Avakian
9 years ago
parent
da31d15918
commit
23418135d2
3 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CMakeLists.txt
+3
-0
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.
1
LANGUAGES
C
)
project
(
bcg729
VERSION
1.0.
2
LANGUAGES
C
)
set
(
PACKAGE
"${PROJECT_NAME}"
)
+ 3
- 0
NEWS
View File
@ -0,0 +1,3 @@
bcg729-1.0.2 -- August 8th, 2016
* Move to MsFactory
* Bug fixes
+ 1
- 1
configure.ac
View File
@ -3,7 +3,7 @@
AC_INIT([bcg729],[1.0.
1
])
AC_INIT([bcg729],[1.0.
2
])
AC_CANONICAL_SYSTEM
AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([src/encoder.c])
Write
Preview
Loading…
Cancel
Save