Bump version to 0.6.0 and increase bitstream version.

This commit is contained in:
Jean-Marc Valin 2009-06-23 21:23:18 -04:00
parent 640f7fd8e3
commit 6ca7f10ee3
2 changed files with 3 additions and 3 deletions

View file

@ -5,8 +5,8 @@ AC_INIT(libcelt/arch.h)
AM_CONFIG_HEADER([config.h])
CELT_MAJOR_VERSION=0
CELT_MINOR_VERSION=5
CELT_MICRO_VERSION=2
CELT_MINOR_VERSION=6
CELT_MICRO_VERSION=0
CELT_EXTRA_VERSION=
CELT_VERSION=$CELT_MAJOR_VERSION.$CELT_MINOR_VERSION.$CELT_MICRO_VERSION$CELT_EXTRA_VERSION

View file

@ -39,7 +39,7 @@
#include "psy.h"
#include "pitch.h"
#define CELT_BITSTREAM_VERSION 0x80000007
#define CELT_BITSTREAM_VERSION 0x80000008
#ifdef STATIC_MODES
#include "static_modes.h"