Skip to content

Commit

Permalink
Bump to 2.0.3-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
  • Loading branch information
TimothyGu committed Dec 14, 2014
1 parent dab5fa7 commit 4e11c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -17,7 +17,7 @@

cmake_minimum_required(VERSION 2.8)

set(PACKAGE_VERSION 2.0.2)
set(PACKAGE_VERSION 2.0.3-dev)

#############################################################################
## Options
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_INIT([libilbc], [2.0.2], [iLBC Codec])
AC_INIT([libilbc], [2.0.3-dev], [iLBC Codec])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar dist-bzip2 foreign subdir-objects])
Expand Down

0 comments on commit 4e11c7a

Please sign in to comment.