Bump version to 0.6.0 and increase bitstream version.
This commit is contained in:
parent
640f7fd8e3
commit
6ca7f10ee3
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue