From 56921ff73f55c23f1d3e8941b4098ab862e317e1 Mon Sep 17 00:00:00 2001
From: Jean-Marc Valin <jmvalin@jmvalin.ca>
Date: Thu, 20 Dec 2012 13:00:52 -0500
Subject: [PATCH] Bump version number

---
 doc/Doxyfile.in | 2 +-
 version.mk      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 7f5f7dc1b..8a63d5e85 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -37,7 +37,7 @@ PROJECT_NUMBER         = @VERSION@
 # for a project that appears at the top of each page and should give viewer
 # a quick idea about the purpose of the project. Keep the description short.
 
-PROJECT_BRIEF          = "IETF low-delay audio codec: API and operations manual"
+PROJECT_BRIEF          = "Opus audio codec (RFC 6716): API and operations manual"
 
 # With the PROJECT_LOGO tag one can specify an logo or icon that is
 # included in the documentation. The maximum height of the logo should not
diff --git a/version.mk b/version.mk
index 07cfb18d3..1ff62d616 100644
--- a/version.mk
+++ b/version.mk
@@ -1,2 +1,2 @@
 # static version string; update manually before and afer every release.
-OPUS_VERSION = "1.1.x"
+OPUS_VERSION = "1.1-alpha"
-- 
GitLab