Skip to content

Commit 958828c

Browse files
committed
bump version to 4.3.0, update copyright years / notices.
1 parent be0dc04 commit 958828c

File tree

13 files changed

+26
-16
lines changed

13 files changed

+26
-16
lines changed

Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Stable versions
22
---------------
33

4-
4.2.1 (?):
4+
4.3.0 (?):
55
Changes by Alice Rowan
66
- Support 24-bit and 32-bit output (requires libxmp 4.7.0+):
77
ALSA, BeOS/Haiku, CoreAudio, NetBSD, OSS, PulseAudio,

README

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
2-
3-
4-
51
___ ___ ____________
62
\ \/ // ____ \
73
> <| Y Y \ |_> >
84
/__/\ __|_| / ___/
95
\_/ \/|_|
106
E x t e n d e d M o d u l e P l a y e r
117

12-
Version 4.2
8+
Version 4.3
139

1410

1511
OVERVIEW

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.60])
2-
AC_INIT([xmp], [4.2.0])
2+
AC_INIT([xmp], [4.3.0])
33
AC_CONFIG_AUX_DIR([build-aux])
44
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
55
AM_INIT_AUTOMAKE([1.10 foreign subdir-objects])

src/commands.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Extended Module Player
2-
* Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr
2+
* Copyright (C) 1996-2024 Claudio Matsuoka and Hipolito Carraro Jr
33
*
44
* This file is part of the Extended Module Player and is distributed
55
* under the terms of the GNU General Public License. See the COPYING

src/delay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Extended Module Player
2-
* Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr
2+
* Copyright (C) 1996-2022 Claudio Matsuoka and Hipolito Carraro Jr
33
*
44
* This file is part of the Extended Module Player and is distributed
55
* under the terms of the GNU General Public License. See the COPYING

src/info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Extended Module Player
2-
* Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr
2+
* Copyright (C) 1996-2025 Claudio Matsuoka and Hipolito Carraro Jr
33
*
44
* This file is part of the Extended Module Player and is distributed
55
* under the terms of the GNU General Public License. See the COPYING

src/read_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Extended Module Player
2-
* Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr
2+
* Copyright (C) 1996-2024 Claudio Matsuoka and Hipolito Carraro Jr
33
*
44
* This file is part of the Extended Module Player and is distributed
55
* under the terms of the GNU General Public License. See the COPYING

src/sound_ahi.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* Based on a MikMod driver written by Szilard Biro, which was loosely
33
* based on an old AmigaOS4 version by Fredrik Wikstrom.
44
*
5+
* Extended Module Player
6+
* Copyright (C) 1996-2026 Claudio Matsuoka and Hipolito Carraro Jr
7+
*
58
* This file is part of the Extended Module Player and is distributed
69
* under the terms of the GNU General Public License. See the COPYING
710
* file for more information.

src/sound_aiff.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
/* Amiga AIFF driver for Extended Module Player
22
* Copyright (C) 2014 Lorence Lombardo
3+
*/
4+
5+
/* Extended Module Player
6+
* Copyright (C) 1996-2026 Claudio Matsuoka and Hipolito Carraro Jr
37
*
48
* This file is part of the Extended Module Player and is distributed
59
* under the terms of the GNU General Public License. See the COPYING

src/sound_null.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Extended Module Player
2-
* Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr
2+
* Copyright (C) 1996-2024 Claudio Matsuoka and Hipolito Carraro Jr
33
*
44
* This file is part of the Extended Module Player and is distributed
55
* under the terms of the GNU General Public License. See the COPYING

0 commit comments

Comments
 (0)