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:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2006-09-04 15:50:37 +0400
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2006-09-04 15:50:37 +0400
commit011fd80c9da4b9de386e974a9f8710220f60c27f (patch)
tree53443f84fa0696a2b5075cf03f4991fb48e40ff8
parent71db59b0da6cf626b7649e92593fab4c944d0cab (diff)
version string with no dashSpeex-1.2beta1
git-svn-id: http://svn.xiph.org/trunk/speex@11826 0101bb08-14d6-0310-b084-bc0e0c8e3800
-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 */