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:
-rw-r--r--configure.ac2
-rw-r--r--libspeex/misc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c1f0019..6f12e55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ SPEEX_MICRO_VERSION=13
SPEEX_EXTRA_VERSION=
#SPEEX_VERSION=
SPEEX_VERSION=$SPEEX_MAJOR_VERSION.$SPEEX_MINOR_VERSION.$SPEEX_MICRO_VERSION$SPEEX_EXTRA_VERSION
-SPEEX_VERSION="1.2-beta1"
+SPEEX_VERSION="1.2beta1"
SPEEX_LT_CURRENT=5
SPEEX_LT_REVISION=0
diff --git a/libspeex/misc.h b/libspeex/misc.h
index 4c70980..2878ece 100644
--- a/libspeex/misc.h
+++ b/libspeex/misc.h
@@ -40,7 +40,7 @@
#define SPEEX_MINOR_VERSION 1 /**< Minor Speex version. */
#define SPEEX_MICRO_VERSION 13 /**< Micro Speex version. */
#define SPEEX_EXTRA_VERSION "" /**< Extra Speex version. */
-#define SPEEX_VERSION "speex-1.2-beta1" /**< Speex version string. */
+#define SPEEX_VERSION "speex-1.2beta1" /**< Speex version string. */
#endif
/* A couple test to catch stupid option combinations */