Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.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-08-01 06:29:05 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-08-01 06:29:05 +0400
commitd9636c5d1900006674ecb38c0ebe087a85f4cbf1 (patch)
treef63d85f012830261027c2604c0a418992cdab3cc /configure.ac
parentae2311455b1bb5e0415a11d8add55e56bf0e9880 (diff)
Add a function to query the Opus version
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 345d63d5..8c7a1325 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
OPUS_MAJOR_VERSION=0
OPUS_MINOR_VERSION=9
-OPUS_MICRO_VERSION=5
+OPUS_MICRO_VERSION=6
OPUS_EXTRA_VERSION=
OPUS_VERSION=$OPUS_MAJOR_VERSION.$OPUS_MINOR_VERSION.$OPUS_MICRO_VERSION$OPUS_EXTRA_VERSION
LIBOPUS_SUFFIX=0