From 28f0f6532506bddd99504ce53f8bc9ba6e7769d3 Mon Sep 17 00:00:00 2001
From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
Date: Mon, 16 Feb 2009 07:32:44 -0500
Subject: [PATCH] Preparing for version 0.5.2

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

diff --git a/Doxyfile b/Doxyfile
index b3175bbe9..eac017589 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -5,7 +5,7 @@
 #---------------------------------------------------------------------------
 DOXYFILE_ENCODING      = UTF-8
 PROJECT_NAME           = CELT
-PROJECT_NUMBER         = 0.5.0
+PROJECT_NUMBER         = 0.5.2
 OUTPUT_DIRECTORY       = doc/API
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English
diff --git a/configure.ac b/configure.ac
index 1d858808a..82f140076 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AM_CONFIG_HEADER([config.h])
 
 CELT_MAJOR_VERSION=0
 CELT_MINOR_VERSION=5
-CELT_MICRO_VERSION=1
+CELT_MICRO_VERSION=2
 CELT_EXTRA_VERSION=
 CELT_VERSION=$CELT_MAJOR_VERSION.$CELT_MINOR_VERSION.$CELT_MICRO_VERSION$CELT_EXTRA_VERSION
 
diff --git a/libcelt/celt.c b/libcelt/celt.c
index 113f7485a..9877fe309 100644
--- a/libcelt/celt.c
+++ b/libcelt/celt.c
@@ -373,7 +373,6 @@ int celt_encode_float(CELTEncoder * restrict st, const celt_sig_t * pcm, celt_si
 #endif
    int i, c, N, N4;
    int has_pitch;
-   int id;
    int pitch_index;
    int bits;
    int has_fold=1;
diff --git a/libcelt/modes.h b/libcelt/modes.h
index 8aba7c19a..9453bad68 100644
--- a/libcelt/modes.h
+++ b/libcelt/modes.h
@@ -39,7 +39,7 @@
 #include "psy.h"
 #include "pitch.h"
 
-#define CELT_BITSTREAM_VERSION 0x80000006
+#define CELT_BITSTREAM_VERSION 0x80000007
 
 #ifdef STATIC_MODES
 #include "static_modes.h"
-- 
GitLab