diff --git a/Changelog b/Changelog index 7a6fd971..e967c694 100644 --- a/Changelog +++ b/Changelog @@ -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, diff --git a/README b/README index fdcbdd2a..679343a6 100644 --- a/README +++ b/README @@ -1,7 +1,3 @@ - - - - ___ ___ ____________ \ \/ // ____ \ > <| Y Y \ |_> > @@ -9,7 +5,7 @@ \_/ \/|_| 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 diff --git a/configure.ac b/configure.ac index 7a46d9d8..2c9552ef 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/src/commands.c b/src/commands.c index 9b4a8239..7673f8d7 100644 --- a/src/commands.c +++ b/src/commands.c @@ -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 diff --git a/src/delay.c b/src/delay.c index f00d1018..26a82e1d 100644 --- a/src/delay.c +++ b/src/delay.c @@ -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 diff --git a/src/info.c b/src/info.c index 952c148f..2514af75 100644 --- a/src/info.c +++ b/src/info.c @@ -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 diff --git a/src/read_config.c b/src/read_config.c index 07d8132f..633f18a9 100644 --- a/src/read_config.c +++ b/src/read_config.c @@ -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 diff --git a/src/sound_ahi.c b/src/sound_ahi.c index 7b7bbae9..271b80bd 100644 --- a/src/sound_ahi.c +++ b/src/sound_ahi.c @@ -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. diff --git a/src/sound_aiff.c b/src/sound_aiff.c index 3b98ee0b..096d3248 100644 --- a/src/sound_aiff.c +++ b/src/sound_aiff.c @@ -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 diff --git a/src/sound_null.c b/src/sound_null.c index 0f23fd31..2291f8ad 100644 --- a/src/sound_null.c +++ b/src/sound_null.c @@ -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 diff --git a/src/sound_sndio.c b/src/sound_sndio.c index 99cd5edb..b9aba6a8 100644 --- a/src/sound_sndio.c +++ b/src/sound_sndio.c @@ -1,5 +1,12 @@ -/* - * Copyright (c) 2009 Thomas Pfaff +/* 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 * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/xmp.1 b/src/xmp.1 index c521c5bd..826a1f3e 100644 --- a/src/xmp.1 +++ b/src/xmp.1 @@ -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 diff --git a/src/xmp_version.h b/src/xmp_version.h index 26799a18..472b935e 100644 --- a/src/xmp_version.h +++ b/src/xmp_version.h @@ -1,3 +1,3 @@ #ifndef VERSION -#define VERSION "4.2.0" +#define VERSION "4.3.0" #endif