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:
-rw-r--r--Doxyfile2
-rw-r--r--Doxyfile.devel2
-rw-r--r--tools/celtenc.c4
-rw-r--r--tools/wave_out.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/Doxyfile b/Doxyfile
index 0f3b527..8151a73 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = CELT
-PROJECT_NUMBER = 0.7.0
+PROJECT_NUMBER = 0.8.0
OUTPUT_DIRECTORY = doc/API
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/Doxyfile.devel b/Doxyfile.devel
index aa59518..2c211b8 100644
--- a/Doxyfile.devel
+++ b/Doxyfile.devel
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = CELT
-PROJECT_NUMBER = 0.7.0
+PROJECT_NUMBER = 0.8.0
OUTPUT_DIRECTORY = doc/devel
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/tools/celtenc.c b/tools/celtenc.c
index e635679..9dc8a7a 100644
--- a/tools/celtenc.c
+++ b/tools/celtenc.c
@@ -189,13 +189,13 @@ void add_fisbone_packet (ogg_stream_state *os, celt_int32 serialno, CELTHeader *
void version(void)
{
printf ("celtenc (CELT %s encoder)\n",CELT_VERSION);
- printf ("Copyright (C) 2008 Jean-Marc Valin\n");
+ printf ("Copyright (C) 2008-2010 Xiph.Org Foundation (written by Jean-Marc Valin)\n");
}
void version_short(void)
{
printf ("celtenc (CELT %s encoder)\n",CELT_VERSION);
- printf ("Copyright (C) 2008 Jean-Marc Valin\n");
+ printf ("Copyright (C) 2008-2010 Xiph.Org Foundation (written by Jean-Marc Valin)\n");
}
void usage(void)
diff --git a/tools/wave_out.h b/tools/wave_out.h
index 0c467b1..4538185 100644
--- a/tools/wave_out.h
+++ b/tools/wave_out.h
@@ -39,7 +39,7 @@
#include <mmsystem.h>
#endif
-#define VERSION_STRING "\n 0.7.0\n"
+#define VERSION_STRING "\n 0.8.0\n"
#define Cdecl __cdecl
#define __attribute__(x)