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>2011-02-15 07:57:54 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-02-15 07:57:54 +0300
commite3d39fec7c44d1841e817d3b1986bfdc4d0863a9 (patch)
tree68d5f7399d358408439d23cb69e0704e547df835
parenta31a7ea8b109b7365eacddd0ef6f9be046dffcfd (diff)
Version bumpv0.11.1
-rw-r--r--Doxyfile2
-rw-r--r--Doxyfile.devel2
-rw-r--r--configure.ac2
-rw-r--r--tools/wave_out.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/Doxyfile b/Doxyfile
index 090a767..dd59a51 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = CELT
-PROJECT_NUMBER = 0.11.0
+PROJECT_NUMBER = 0.11.1
OUTPUT_DIRECTORY = doc/API
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/Doxyfile.devel b/Doxyfile.devel
index 2bbf55b..59bf532 100644
--- a/Doxyfile.devel
+++ b/Doxyfile.devel
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = CELT
-PROJECT_NUMBER = 0.11.0
+PROJECT_NUMBER = 0.11.1
OUTPUT_DIRECTORY = doc/devel
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/configure.ac b/configure.ac
index 2b2db41..6ae60d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AM_CONFIG_HEADER([config.h])
CELT_MAJOR_VERSION=0
CELT_MINOR_VERSION=11
-CELT_MICRO_VERSION=0
+CELT_MICRO_VERSION=1
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 b24f4e8..4b1c9cc 100644
--- a/tools/wave_out.h
+++ b/tools/wave_out.h
@@ -39,7 +39,7 @@
#include <mmsystem.h>
#endif
-#define VERSION_STRING "\n 0.11.0\n"
+#define VERSION_STRING "\n 0.11.1\n"
#define Cdecl __cdecl
#define __attribute__(x)