Skip to content

Commit 5dceaaf

Browse files
committed
configure: bump to 1.2.1
1 parent 1e64d72 commit 5dceaaf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

configure.ac

Lines changed: 4 additions & 4 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.2.0],[speex-dev@xiph.org])
3+
AC_INIT([speex],[1.2.1],[speex-dev@xiph.org])
44

55
AC_CONFIG_SRCDIR([libspeex/speex.c])
66
AC_CONFIG_MACRO_DIR([m4])
@@ -10,12 +10,12 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
1010

1111

1212
SPEEX_MAJOR_VERSION=1
13-
SPEEX_MINOR_VERSION=1
14-
SPEEX_MICRO_VERSION=16
13+
SPEEX_MINOR_VERSION=2
14+
SPEEX_MICRO_VERSION=1
1515
SPEEX_EXTRA_VERSION=
1616

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

2121

libspeex/arch.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
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 */

0 commit comments

Comments
 (0)