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>2016-12-07 22:52:16 +0300
committerTristan Matthews <tmatth@videolan.org>2016-12-08 02:20:29 +0300
commit7fc5f8b88519a2aafdf4b6a5c31ef3d54b560d68 (patch)
tree58eb5c48608f3189c3706504f5d29b47800ba2d0
parentb142ca9ca38d00c65145e23e3279f96add8edf45 (diff)
configure: bump to 1.2.0Speex-1.2.0
-rw-r--r--configure.ac4
-rw-r--r--libspeex/arch.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1659062..dc6dbbc 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.2rc2],[speex-dev@xiph.org])
+AC_INIT([speex],[1.2.0],[speex-dev@xiph.org])
AC_CONFIG_SRCDIR([libspeex/speex.c])
AC_CONFIG_MACRO_DIR([m4])
@@ -15,7 +15,7 @@ SPEEX_MICRO_VERSION=16
SPEEX_EXTRA_VERSION=
SPEEX_LT_CURRENT=6
-SPEEX_LT_REVISION=0
+SPEEX_LT_REVISION=1
SPEEX_LT_AGE=5
diff --git a/libspeex/arch.h b/libspeex/arch.h
index b4187e9..291cab8 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.2rc2" /**< Speex version string. */
+#define SPEEX_VERSION "speex-1.2.0" /**< Speex version string. */
#endif
/* A couple test to catch stupid option combinations */