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

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2010-04-21 13:04:58 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2010-04-21 13:04:58 +0400
commitb6e257462bccf1b3bde6bd8b817eec843e95e515 (patch)
tree9f38e34af2cbed7e263fb5f058c3476ad5b9bd74 /celt-0.7.0-build
parentbeb7708a9775a1648dbc2136b546758e123a3c53 (diff)
Add CELT 0.8.0 module
Diffstat (limited to 'celt-0.7.0-build')
-rw-r--r--celt-0.7.0-build/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/celt-0.7.0-build/config.h b/celt-0.7.0-build/config.h
index 4b51c1c2c..f2af5dc12 100644
--- a/celt-0.7.0-build/config.h
+++ b/celt-0.7.0-build/config.h
@@ -14,13 +14,13 @@
#define CELT_MAJOR_VERSION 0
/* Version micro */
-#define CELT_MICRO_VERSION 2
+#define CELT_MICRO_VERSION 0
/* Version minor */
-#define CELT_MINOR_VERSION 5
+#define CELT_MINOR_VERSION 7
/* Complete version string */
-#define CELT_VERSION "0.5.2"
+#define CELT_VERSION "0.7.0"
/* Compile as fixed-point */
/* #undef DOUBLE_PRECISION */