File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11dnl Process this file with autoconf to produce a configure script. -*-m4-*-
22
3- AC_INIT ( [ speex] ,[ 1.2.0 ] ,[ speex-dev@xiph.org] )
3+ AC_INIT ( [ speex] ,[ 1.2.1 ] ,[ speex-dev@xiph.org] )
44
55AC_CONFIG_SRCDIR ( [ libspeex/speex.c] )
66AC_CONFIG_MACRO_DIR ( [ m4] )
@@ -10,12 +10,12 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
1010
1111
1212SPEEX_MAJOR_VERSION=1
13- SPEEX_MINOR_VERSION=1
14- SPEEX_MICRO_VERSION=16
13+ SPEEX_MINOR_VERSION=2
14+ SPEEX_MICRO_VERSION=1
1515SPEEX_EXTRA_VERSION=
1616
1717SPEEX_LT_CURRENT=6
18- SPEEX_LT_REVISION=1
18+ SPEEX_LT_REVISION=2
1919SPEEX_LT_AGE=5
2020
2121
Original file line number Diff line number Diff line change 3737
3838#ifndef SPEEX_VERSION
3939#define SPEEX_MAJOR_VERSION 1 /**< Major Speex version. */
40- #define SPEEX_MINOR_VERSION 1 /**< Minor Speex version. */
41- #define SPEEX_MICRO_VERSION 16 /**< Micro Speex version. */
40+ #define SPEEX_MINOR_VERSION 2 /**< Minor Speex version. */
41+ #define SPEEX_MICRO_VERSION 1 /**< Micro Speex version. */
4242#define SPEEX_EXTRA_VERSION "" /**< Extra Speex version. */
43- #define SPEEX_VERSION "speex-1.2.0 " /**< Speex version string. */
43+ #define SPEEX_VERSION "speex-1.2.1 " /**< Speex version string. */
4444#endif
4545
4646/* A couple test to catch stupid option combinations */
You can’t perform that action at this time.
0 commit comments