[xiph-commits] r11130 - in trunk/speex: . libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Thu Apr 13 01:58:32 PDT 2006
Author: jm
Date: 2006-04-13 01:58:28 -0700 (Thu, 13 Apr 2006)
New Revision: 11130
Modified:
trunk/speex/configure.ac
trunk/speex/libspeex/misc.h
Log:
version change
Modified: trunk/speex/configure.ac
===================================================================
--- trunk/speex/configure.ac 2006-04-13 08:29:56 UTC (rev 11129)
+++ trunk/speex/configure.ac 2006-04-13 08:58:28 UTC (rev 11130)
@@ -6,8 +6,8 @@
SPEEX_MAJOR_VERSION=1
SPEEX_MINOR_VERSION=1
-SPEEX_MICRO_VERSION=12
-SPEEX_EXTRA_VERSION=
+SPEEX_MICRO_VERSION=13
+SPEEX_EXTRA_VERSION=-svn
#SPEEX_VERSION=
SPEEX_VERSION=$SPEEX_MAJOR_VERSION.$SPEEX_MINOR_VERSION.$SPEEX_MICRO_VERSION$SPEEX_EXTRA_VERSION
Modified: trunk/speex/libspeex/misc.h
===================================================================
--- trunk/speex/libspeex/misc.h 2006-04-13 08:29:56 UTC (rev 11129)
+++ trunk/speex/libspeex/misc.h 2006-04-13 08:58:28 UTC (rev 11130)
@@ -38,9 +38,9 @@
#ifndef SPEEX_VERSION
#define SPEEX_MAJOR_VERSION 1 /**< Major Speex version. */
#define SPEEX_MINOR_VERSION 1 /**< Minor Speex version. */
-#define SPEEX_MICRO_VERSION 12 /**< Micro Speex version. */
+#define SPEEX_MICRO_VERSION 13 /**< Micro Speex version. */
#define SPEEX_EXTRA_VERSION "" /**< Extra Speex version. */
-#define SPEEX_VERSION "speex-1.1.12" /**< Speex version string. */
+#define SPEEX_VERSION "speex-1.1.13" /**< Speex version string. */
#endif
/* A couple test to catch stupid option combinations */
@@ -55,13 +55,14 @@
#ifdef VORBIS_PSYCHO
#error Vorbis-psy model currently not implemented in fixed-point
#endif
+
#else
#if defined (ARM4_ASM) || defined(ARM5E_ASM) || defined(BFIN_ASM)
#error I suppose you can have a [ARM4/ARM5E/Blackfin] that has float instructions?
#endif
#ifdef FIXED_POINT_DEBUG
-#error Don't you think enabling fixed-point is a good this to do if you want to debug that?
+#error Don't you think enabling fixed-point is a good thing to do if you want to debug that?
#endif
More information about the commits
mailing list