Skip to content

Commit 54af31d

Browse files
committed
Update to v2.0.6
* DESCRIPTION, src/configure.ac: update version, date * NEWS: add change log for new version
1 parent d734451 commit 54af31d

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: audio
2-
Version: 2.0.5
3-
Date: 2022-07-20
2+
Version: 2.0.6
3+
Date: 2023-07-20
44
Author: John Donoghue <[email protected]>
55
Maintainer: John Donoghue <[email protected]>
66
Title: Audio Toolbox

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
Summary of important user-visible changes for releases of the audio package
22

3+
===============================================================================
4+
audio-2.0.6 Release Date: 2023-07-20
5+
===============================================================================
6+
7+
** minor updates for octave dld classes
8+
9+
** NEW FUNCTIONS:
10+
- erb2hz and hz2erb
11+
- bark2hz and hz2bark
12+
- mel2hz and hz2mel
13+
- audioOscillator
14+
15+
** minor updates to documentation
16+
317
===============================================================================
418
audio-2.0.5 Release Date: 2022-07-20
519
===============================================================================

src/configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- Autoconf -*-
22
# Process this file with autoconf to produce a configure script.
33
#
4-
### Copyright (C) 2019-2022 John Donoghue <[email protected]>
4+
### Copyright (C) 2019-2023 John Donoghue <[email protected]>
55
###
66
### This program is free software; you can redistribute it and/or
77
### modify it under the terms of the GNU General Public License as
@@ -18,7 +18,7 @@
1818
### <http://www.gnu.org/licenses/>.
1919

2020
AC_PREREQ([2.67])
21-
AC_INIT([octave audio package], [2.0.5])
21+
AC_INIT([octave audio package], [2.0.6])
2222
AC_CONFIG_HEADERS([config.h])
2323

2424
# Avoid warnings for redefining AH-generated preprocessor symbols of

0 commit comments

Comments
 (0)