Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Stable versions
---------------

4.2.1 (?):
4.3.0 (?):
Changes by Alice Rowan
- Support 24-bit and 32-bit output (requires libxmp 4.7.0+):
ALSA, BeOS/Haiku, CoreAudio, NetBSD, OSS, PulseAudio,
Expand Down
6 changes: 1 addition & 5 deletions README
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@




___ ___ ____________
\ \/ // ____ \
> <| Y Y \ |_> >
/__/\ __|_| / ___/
\_/ \/|_|
E x t e n d e d M o d u l e P l a y e r

Version 4.2
Version 4.3


OVERVIEW
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.60])
AC_INIT([xmp], [4.2.0])
AC_INIT([xmp], [4.3.0])
AC_CONFIG_AUX_DIR([build-aux])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
AM_INIT_AUTOMAKE([1.10 foreign subdir-objects])
Expand Down
2 changes: 1 addition & 1 deletion src/commands.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2024 Claudio Matsuoka and Hipolito Carraro Jr
*
* This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING
Expand Down
2 changes: 1 addition & 1 deletion src/delay.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2022 Claudio Matsuoka and Hipolito Carraro Jr
*
* This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING
Expand Down
2 changes: 1 addition & 1 deletion src/info.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2025 Claudio Matsuoka and Hipolito Carraro Jr
*
* This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING
Expand Down
2 changes: 1 addition & 1 deletion src/read_config.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2024 Claudio Matsuoka and Hipolito Carraro Jr
*
* This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING
Expand Down
3 changes: 3 additions & 0 deletions src/sound_ahi.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
* Based on a MikMod driver written by Szilard Biro, which was loosely
* based on an old AmigaOS4 version by Fredrik Wikstrom.
*
* Extended Module Player
* Copyright (C) 1996-2026 Claudio Matsuoka and Hipolito Carraro Jr
*
* This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING
* file for more information.
Expand Down
4 changes: 4 additions & 0 deletions src/sound_aiff.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/* Amiga AIFF driver for Extended Module Player
* Copyright (C) 2014 Lorence Lombardo
*/

/* Extended Module Player
* Copyright (C) 1996-2026 Claudio Matsuoka and Hipolito Carraro Jr
*
* This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING
Expand Down
2 changes: 1 addition & 1 deletion src/sound_null.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2024 Claudio Matsuoka and Hipolito Carraro Jr
*
* This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING
Expand Down
11 changes: 9 additions & 2 deletions src/sound_sndio.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
/*
* Copyright (c) 2009 Thomas Pfaff <tpfaff@tp76.info>
/* Extended Module Player
* Copyright (C) 1996-2026 Claudio Matsuoka and Hipolito Carraro Jr
*
* This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING
* file for more information.
*/

/* Copyright (c) 2009 Thomas Pfaff <tpfaff@tp76.info>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
Expand Down
2 changes: 1 addition & 1 deletion src/xmp.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "XMP" "1" "Version 4\&.1\&.0" "Jul 2016" "Extended Module Player"
.TH "XMP" "1" "Version 4\&.3\&.0" "Feb 2026" "Extended Module Player"
.PP
.SH "NAME"
xmp - Extended Module Player
Expand Down
2 changes: 1 addition & 1 deletion src/xmp_version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#ifndef VERSION
#define VERSION "4.2.0"
#define VERSION "4.3.0"
#endif