Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-12-18 04:00:35 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-12-18 04:00:35 +0300
commit763abd0475340f03014559e662ac51b7350b3fb0 (patch)
treed33fb82de7e0f05c70e58feb614a01f380a75a3f
parent2036c57b8ab86067c598cee6c9d4726fb383a0f5 (diff)
Bump version to 0.5.1v0.5.1
-rw-r--r--configure.ac2
-rw-r--r--libcelt/modes.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2ab7876..bb51298 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=0
+CELT_MICRO_VERSION=1
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 1126e1a..8aba7c1 100644
--- a/libcelt/modes.h
+++ b/libcelt/modes.h
@@ -39,7 +39,7 @@
#include "psy.h"
#include "pitch.h"
-#define CELT_BITSTREAM_VERSION 0x80000005
+#define CELT_BITSTREAM_VERSION 0x80000006
#ifdef STATIC_MODES
#include "static_modes.h"