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-12-20 19:40:50 +0300
committerJean-Marc Valin <jean-marc.valin@octasic.com>2010-12-20 19:40:50 +0300
commite8a8582b5b268cf32844b9ff5ef82af4fc1950a5 (patch)
tree74d3fe97d43beaad8bb19a209b85c28ab6fdfad8
parent6ba0b350fb1299b8ec7d1e84eb37b7e6d192e624 (diff)
Bump to 0.10
-rw-r--r--Doxyfile2
-rw-r--r--Doxyfile.devel2
-rw-r--r--configure.ac4
-rw-r--r--tools/wave_out.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/Doxyfile b/Doxyfile
index 8fc9f51..ba8ba92 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = CELT
-PROJECT_NUMBER = 0.9.1
+PROJECT_NUMBER = 0.10.0
OUTPUT_DIRECTORY = doc/API
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/Doxyfile.devel b/Doxyfile.devel
index 7d595c4..44b76ec 100644
--- a/Doxyfile.devel
+++ b/Doxyfile.devel
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = CELT
-PROJECT_NUMBER = 0.9.1
+PROJECT_NUMBER = 0.10.0
OUTPUT_DIRECTORY = doc/devel
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/configure.ac b/configure.ac
index 41016f4..b970de4 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=9
-CELT_MICRO_VERSION=1
+CELT_MINOR_VERSION=10
+CELT_MICRO_VERSION=0
CELT_EXTRA_VERSION=
CELT_VERSION=$CELT_MAJOR_VERSION.$CELT_MINOR_VERSION.$CELT_MICRO_VERSION$CELT_EXTRA_VERSION
LIBCELT_SUFFIX=0
diff --git a/tools/wave_out.h b/tools/wave_out.h
index 1ea7aa5..0c24dc3 100644
--- a/tools/wave_out.h
+++ b/tools/wave_out.h
@@ -39,7 +39,7 @@
#include <mmsystem.h>
#endif
-#define VERSION_STRING "\n 0.9.1\n"
+#define VERSION_STRING "\n 0.10.0\n"
#define Cdecl __cdecl
#define __attribute__(x)