File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.2rc2 ] ,
[ [email protected] ] ) 3+ AC_INIT ( [ speex] ,
[ 1.2.0 ] ,
[ [email protected] ] ) 44
55AC_CONFIG_SRCDIR ( [ libspeex/speex.c] )
66AC_CONFIG_MACRO_DIR ( [ m4] )
@@ -15,7 +15,7 @@ SPEEX_MICRO_VERSION=16
1515SPEEX_EXTRA_VERSION=
1616
1717SPEEX_LT_CURRENT=6
18- SPEEX_LT_REVISION=0
18+ SPEEX_LT_REVISION=1
1919SPEEX_LT_AGE=5
2020
2121
Original file line number Diff line number Diff line change 4040#define SPEEX_MINOR_VERSION 1 /**< Minor Speex version. */
4141#define SPEEX_MICRO_VERSION 16 /**< Micro Speex version. */
4242#define SPEEX_EXTRA_VERSION "" /**< Extra Speex version. */
43- #define SPEEX_VERSION "speex-1.2rc2" /**< Speex version string. */
43+ #define SPEEX_VERSION "speex-1.2.0" /**< 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