[xiph-commits] r10518 - in trunk/speex: . libspeex

jm at svn.xiph.org jm at svn.xiph.org
Fri Dec 2 00:50:02 PST 2005


Author: jm
Date: 2005-12-02 00:49:58 -0800 (Fri, 02 Dec 2005)
New Revision: 10518

Modified:
   trunk/speex/configure.ac
   trunk/speex/libspeex/misc.h
Log:
version change to 1.1.11.1


Modified: trunk/speex/configure.ac
===================================================================
--- trunk/speex/configure.ac	2005-12-02 05:16:50 UTC (rev 10517)
+++ trunk/speex/configure.ac	2005-12-02 08:49:58 UTC (rev 10518)
@@ -7,7 +7,7 @@
 SPEEX_MAJOR_VERSION=1
 SPEEX_MINOR_VERSION=1
 SPEEX_MICRO_VERSION=11
-SPEEX_EXTRA_VERSION=
+SPEEX_EXTRA_VERSION=.1
 #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	2005-12-02 05:16:50 UTC (rev 10517)
+++ trunk/speex/libspeex/misc.h	2005-12-02 08:49:58 UTC (rev 10518)
@@ -39,8 +39,8 @@
 #define SPEEX_MAJOR_VERSION 1         /**< Major Speex version. */
 #define SPEEX_MINOR_VERSION 1         /**< Minor Speex version. */
 #define SPEEX_MICRO_VERSION 11        /**< Micro Speex version. */
-#define SPEEX_EXTRA_VERSION ""        /**< Extra Speex version. */
-#define SPEEX_VERSION "speex-1.1.11"  /**< Speex version string. */
+#define SPEEX_EXTRA_VERSION ".1"        /**< Extra Speex version. */
+#define SPEEX_VERSION "speex-1.1.11.1"  /**< Speex version string. */
 #endif
 
 #include "arch.h"



More information about the commits mailing list