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

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2014-12-06 23:39:39 +0300
committerTristan Matthews <tmatth@videolan.org>2014-12-06 23:56:04 +0300
commit4f4da894dee9904d284f1ccbb3c49e8d92829e1d (patch)
tree0e3c7a3d5d1bb121e035a96bf1e3974e7d12c336
parent05bafb86f2402ec41d84c5b9ded42f1fb123b4d1 (diff)
configure: bump to 1.2rc2Speex-1.2rc2
-rw-r--r--configure.ac2
-rw-r--r--libspeex/arch.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 141dc03..b4594e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script. -*-m4-*-
-AC_INIT([speex],[1.2rc1],[speex-dev@xiph.org])
+AC_INIT([speex],[1.2rc2],[speex-dev@xiph.org])
AC_CONFIG_SRCDIR([libspeex/speex.c])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/libspeex/arch.h b/libspeex/arch.h
index ef90770..b4187e9 100644
--- a/libspeex/arch.h
+++ b/libspeex/arch.h
@@ -40,7 +40,7 @@
#define SPEEX_MINOR_VERSION 1 /**< Minor Speex version. */
#define SPEEX_MICRO_VERSION 16 /**< Micro Speex version. */
#define SPEEX_EXTRA_VERSION "" /**< Extra Speex version. */
-#define SPEEX_VERSION "speex-1.2rc1" /**< Speex version string. */
+#define SPEEX_VERSION "speex-1.2rc2" /**< Speex version string. */
#endif
/* A couple test to catch stupid option combinations */