Skip to content

Commit baa4061

Browse files
committed
Prepare for release
1 parent 2998307 commit baa4061

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ to provide the best SID listening experience.
33

44
Copyright (c) 2000 Simon White
55
Copyright (c) 2007-2010 Antti Lankila
6-
Copyright (c) 2010-2025 Leandro Nini
6+
Copyright (c) 2010-2026 Leandro Nini
77

88
This version of the freely available sidplayfp player source code
99
contains the following contributed or derived work. In the order they first

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.16.1 2026-02-15
2+
* Parse float arguments as locale independent (#118)
3+
* Use secure version of getenv on Windows
4+
5+
6+
17
2.16.0 2025-12-23
28
* Add USBSID support (#84)
39
* Display the actual used SID model(s) (#79)

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ to provide the best SID listening experience.
88

99
Copyright (c) 2000 Simon White
1010
Copyright (c) 2007-2010 Antti Lankila
11-
Copyright (c) 2010-2025 Leandro Nini <drfiemost@users.sourceforge.net>
11+
Copyright (c) 2010-2026 Leandro Nini <drfiemost@users.sourceforge.net>
1212

1313

1414
stilview

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT([sidplayfp], [2.16.0], [], [], [https://github.com/libsidplayfp/sidplayfp/])
2+
AC_INIT([sidplayfp], [2.16.1], [], [], [https://github.com/libsidplayfp/sidplayfp/])
33
AC_CONFIG_SRCDIR([src/main.cpp])
44
AC_CONFIG_AUX_DIR([build-aux])
55
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)