From 3a1006ad2acb3545a0b67f21b7b498618d8fe48f Mon Sep 17 00:00:00 2001
From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
Date: Sun, 27 Jun 2010 21:43:34 -0400
Subject: [PATCH] Updating various version strings

---
 Doxyfile         | 2 +-
 Doxyfile.devel   | 2 +-
 tools/celtenc.c  | 4 ++--
 tools/wave_out.h | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Doxyfile b/Doxyfile
index 0f3b5272a..8151a73eb 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 aa5951831..2c211b8f8 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 e63567902..9dc8a7a92 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 0c467b194..4538185f8 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)
-- 
GitLab