Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanavak committed Aug 8, 2016
1 parent da31d15 commit 2341813
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bcg729-1.0.2 -- August 8th, 2016
* Move to MsFactory
* Bug fixes
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 2341813

Please sign in to comment.