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

github.com/mumble-voip/celt-0.7.0.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-02-21 15:59:17 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-02-21 15:59:17 +0300
commit14f5e7cd09ca4728d394ddc78bdc03abb55ba06e (patch)
tree6db22ed0823284db0da4d377e095e1401deee165 /configure.ac
parentd501f6143caa7adf6a2782a086f195016d9cf588 (diff)
Updated the header and celtenc/celtdec tools to the new way modes are handled.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fc7724d..04c2736 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AM_CONFIG_HEADER([config.h])
CELT_MAJOR_VERSION=0
CELT_MINOR_VERSION=2
CELT_MICRO_VERSION=0
-CELT_EXTRA_VERSION=-git
+CELT_EXTRA_VERSION=
CELT_VERSION=$CELT_MAJOR_VERSION.$CELT_MINOR_VERSION.$CELT_MICRO_VERSION$CELT_EXTRA_VERSION
CELT_LT_CURRENT=0