Skip to content

Commit

Permalink
Bump to 2.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Gu <[email protected]>
  • Loading branch information
TimothyGu committed Dec 14, 2014
1 parent d3ac1f8 commit dab5fa7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

cmake_minimum_required(VERSION 2.8)

set(PACKAGE_VERSION 2.0.1)
set(PACKAGE_VERSION 2.0.2)

#############################################################################
## Options
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changes in 2.0.2 (2014-12-14)
- Distribute config.h.cmakein in the release tarball (fixes #14).
- Distribute and install README.md and NEWS.md.
- Miscellanneous distribution improvements.
- Bump shared lib name generated by autotools to libilbc.so.2.0.2 to be
consistent with the CMake toolchain.

Changes in 2.0.1 (2014-12-11)
-----------------------------
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_INIT([libilbc], [2.0.1], [iLBC Codec])
AC_INIT([libilbc], [2.0.2], [iLBC Codec])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar dist-bzip2 foreign subdir-objects])
Expand Down Expand Up @@ -30,7 +30,7 @@ AC_SUBST(PTHREAD_LIBS)
# soname version to use
# goes by ‘current[:revision[:age]]’ with the soname ending up as
# current.age.revision.
LIBILBC_VERSION=2:0:0
LIBILBC_VERSION=2:2:0
AC_SUBST(LIBILBC_VERSION)

AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit dab5fa7

Please sign in to comment.