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>2011-03-15 01:06:23 +0300
committerJean-Marc Valin <jean-marc.valin@octasic.com>2011-03-15 01:06:23 +0300
commit6c28805c56d562bec56cc0b31c0d5905ebb5a6ac (patch)
treea22ef16792f1a394406b291e7564f1803a833222
parent6f6e8b39842a7d175e89f47e4d37ad5de8143ad2 (diff)
version bumpv0.11.3
-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 13f5557..39d6a08 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = CELT
-PROJECT_NUMBER = 0.11.2
+PROJECT_NUMBER = 0.11.3
OUTPUT_DIRECTORY = doc/API
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/Doxyfile.devel b/Doxyfile.devel
index 1fdc3c6..85974a1 100644
--- a/Doxyfile.devel
+++ b/Doxyfile.devel
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = CELT
-PROJECT_NUMBER = 0.11.2
+PROJECT_NUMBER = 0.11.3
OUTPUT_DIRECTORY = doc/devel
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/configure.ac b/configure.ac
index 3be0a7d..02caaeb 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=2
+CELT_MICRO_VERSION=3
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 4058ca9..205216e 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.2\n"
+#define VERSION_STRING "\n 0.11.3\n"
#define Cdecl __cdecl
#define __attribute__(x)