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

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon <ron@debian.org>2013-12-07 02:27:55 +0400
committerRon <ron@debian.org>2013-12-07 04:57:07 +0400
commitc23a4ea0c838901d75f65792687357ad96a6086c (patch)
tree815d981dfddbd9463518a4f47dd01edb1ad03ef6
parente2d3bc3923287bc3e68ba13ddebe72ad2f9c62ae (diff)
Make the hardcoded SPEEX_VERSION match configure.ac
-rw-r--r--libspeex/arch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libspeex/arch.h b/libspeex/arch.h
index 70fd669..ef90770 100644
--- a/libspeex/arch.h
+++ b/libspeex/arch.h
@@ -38,9 +38,9 @@
#ifndef SPEEX_VERSION
#define SPEEX_MAJOR_VERSION 1 /**< Major Speex version. */
#define SPEEX_MINOR_VERSION 1 /**< Minor Speex version. */
-#define SPEEX_MICRO_VERSION 15 /**< Micro Speex version. */
+#define SPEEX_MICRO_VERSION 16 /**< Micro Speex version. */
#define SPEEX_EXTRA_VERSION "" /**< Extra Speex version. */
-#define SPEEX_VERSION "speex-1.2beta3" /**< Speex version string. */
+#define SPEEX_VERSION "speex-1.2rc1" /**< Speex version string. */
#endif
/* A couple test to catch stupid option combinations */