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-07-21 07:14:31 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-07-21 07:14:31 +0400
commit6361ad8d415a637ac3581390423519bb9f6d254d (patch)
tree272ff25d4feaca9980d7cdbe0746d109215334fd /configure.ac
parentdf38f2bf013670903fa273153c1beabb5d27a6f9 (diff)
Simplified the folding normalisation by creating renormalise_vector().
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e2387fd..2ca8ba3 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=3
-CELT_MICRO_VERSION=2
+CELT_MINOR_VERSION=4
+CELT_MICRO_VERSION=0
CELT_EXTRA_VERSION=
CELT_VERSION=$CELT_MAJOR_VERSION.$CELT_MINOR_VERSION.$CELT_MICRO_VERSION$CELT_EXTRA_VERSION