From 6ca7f10ee3954dab393779427ea75a30f9f85107 Mon Sep 17 00:00:00 2001
From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
Date: Tue, 23 Jun 2009 21:23:18 -0400
Subject: [PATCH] Bump version to 0.6.0 and increase bitstream version.

---
 configure.ac    | 4 ++--
 libcelt/modes.h | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index aa2e4c9fd..f148b7414 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
 
diff --git a/libcelt/modes.h b/libcelt/modes.h
index dba6deb1a..0957261e7 100644
--- a/libcelt/modes.h
+++ b/libcelt/modes.h
@@ -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"
-- 
GitLab