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

jm at svn.xiph.org jm at svn.xiph.org
Sat Aug 12 08:44:10 PDT 2006


Author: jm
Date: 2006-08-12 08:44:05 -0700 (Sat, 12 Aug 2006)
New Revision: 11765

Modified:
   trunk/speex/Doxyfile
   trunk/speex/configure.ac
   trunk/speex/libspeex/misc.h
Log:
version change (1.2-beta1)


Modified: trunk/speex/Doxyfile
===================================================================
--- trunk/speex/Doxyfile	2006-08-12 13:52:42 UTC (rev 11764)
+++ trunk/speex/Doxyfile	2006-08-12 15:44:05 UTC (rev 11765)
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 1.1.10
+PROJECT_NUMBER         = 1.2-beta1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
@@ -450,8 +450,7 @@
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = include/speex \
-                         libspeex
+INPUT                  = include/speex # libspeex
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 

Modified: trunk/speex/configure.ac
===================================================================
--- trunk/speex/configure.ac	2006-08-12 13:52:42 UTC (rev 11764)
+++ trunk/speex/configure.ac	2006-08-12 15:44:05 UTC (rev 11765)
@@ -7,9 +7,10 @@
 SPEEX_MAJOR_VERSION=1
 SPEEX_MINOR_VERSION=1
 SPEEX_MICRO_VERSION=13
-SPEEX_EXTRA_VERSION=-svn
+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_LT_CURRENT=3
 SPEEX_LT_REVISION=0

Modified: trunk/speex/libspeex/misc.h
===================================================================
--- trunk/speex/libspeex/misc.h	2006-08-12 13:52:42 UTC (rev 11764)
+++ trunk/speex/libspeex/misc.h	2006-08-12 15:44:05 UTC (rev 11765)
@@ -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.1.13"  /**< Speex version string. */
+#define SPEEX_VERSION "speex-1.2-beta1"  /**< Speex version string. */
 #endif
 
 /* A couple test to catch stupid option combinations */



More information about the commits mailing list