[xiph-commits] r11826 - in trunk/speex: . libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Mon Sep 4 04:50:41 PDT 2006
Author: jm
Date: 2006-09-04 04:50:37 -0700 (Mon, 04 Sep 2006)
New Revision: 11826
Modified:
trunk/speex/configure.ac
trunk/speex/libspeex/misc.h
Log:
version string with no dash
Modified: trunk/speex/configure.ac
===================================================================
--- trunk/speex/configure.ac 2006-09-01 01:50:25 UTC (rev 11825)
+++ trunk/speex/configure.ac 2006-09-04 11:50:37 UTC (rev 11826)
@@ -10,7 +10,7 @@
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
Modified: trunk/speex/libspeex/misc.h
===================================================================
--- trunk/speex/libspeex/misc.h 2006-09-01 01:50:25 UTC (rev 11825)
+++ trunk/speex/libspeex/misc.h 2006-09-04 11:50:37 UTC (rev 11826)
@@ -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 */
More information about the commits
mailing list