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@octasic.com>2010-07-08 23:30:58 +0400
committerJean-Marc Valin <jean-marc.valin@octasic.com>2010-07-08 23:30:58 +0400
commitf504ca3a0b8b4b500e709a0b79cf806714f1342f (patch)
tree2735d4a7ff99e0d218c05f24364bed9fd34746bc
parent4863bdb25a7e0fb3446c6b0292970273cccaff31 (diff)
Version string updatev0.8.1
-rw-r--r--Doxyfile2
-rw-r--r--Doxyfile.devel2
-rw-r--r--tools/wave_out.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/Doxyfile b/Doxyfile
index 8151a73..647225a 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = CELT
-PROJECT_NUMBER = 0.8.0
+PROJECT_NUMBER = 0.8.1
OUTPUT_DIRECTORY = doc/API
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/Doxyfile.devel b/Doxyfile.devel
index 2c211b8..c46b749 100644
--- a/Doxyfile.devel
+++ b/Doxyfile.devel
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = CELT
-PROJECT_NUMBER = 0.8.0
+PROJECT_NUMBER = 0.8.1
OUTPUT_DIRECTORY = doc/devel
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/tools/wave_out.h b/tools/wave_out.h
index 4538185..aecf4cf 100644
--- a/tools/wave_out.h
+++ b/tools/wave_out.h
@@ -39,7 +39,7 @@
#include <mmsystem.h>
#endif
-#define VERSION_STRING "\n 0.8.0\n"
+#define VERSION_STRING "\n 0.8.1\n"
#define Cdecl __cdecl
#define __attribute__(x)