Skip to content

Commit 7fc5f8b

Browse files
committed
configure: bump to 1.2.0
1 parent b142ca9 commit 7fc5f8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl 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

55
AC_CONFIG_SRCDIR([libspeex/speex.c])
66
AC_CONFIG_MACRO_DIR([m4])
@@ -15,7 +15,7 @@ SPEEX_MICRO_VERSION=16
1515
SPEEX_EXTRA_VERSION=
1616

1717
SPEEX_LT_CURRENT=6
18-
SPEEX_LT_REVISION=0
18+
SPEEX_LT_REVISION=1
1919
SPEEX_LT_AGE=5
2020

2121

libspeex/arch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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 */

0 commit comments

Comments
 (0)