Update version number and copyright year

Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
master
Claudio Matsuoka 12 years ago
parent 14a071a190
commit a4a7890de8
  1. 4
      Changelog
  2. 2
      README
  3. 2
      src/commands.c
  4. 2
      src/info.c
  5. 2
      src/main.c
  6. 2
      src/options.c
  7. 2
      src/read_config.c
  8. 2
      src/sound.c
  9. 2
      src/sound_aix.c
  10. 2
      src/sound_alsa.c
  11. 2
      src/sound_beos.cpp
  12. 2
      src/sound_bsd.c
  13. 2
      src/sound_coreaudio.c
  14. 2
      src/sound_dart.c
  15. 2
      src/sound_file.c
  16. 2
      src/sound_hpux.c
  17. 2
      src/sound_netbsd.c
  18. 2
      src/sound_null.c
  19. 2
      src/sound_oss.c
  20. 2
      src/sound_pulseaudio.c
  21. 2
      src/sound_qnx.c
  22. 2
      src/sound_sgi.c
  23. 2
      src/sound_solaris.c
  24. 2
      src/sound_wav.c
  25. 2
      src/sound_win32.c
  26. 2
      src/terminal.c
  27. 2
      src/xmp.1

@ -1,6 +1,10 @@
Stable versions
---------------
4.0.7 ():
- Fix NetBSD sound driver (by shattered)
- Fix
4.0.6 (20130519):
- Portability fixes to build with Visual C++

@ -57,7 +57,7 @@ directly to cmatsuoka@gmail.com.
LICENSE
Extended Module Player
Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,5 +1,5 @@
/* Extended Module Player
* Copyright (C) 1996-2013 Claudio Matsuoka and Hipolito Carraro Jr
* Copyright (C) 1996-2014 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

@ -1,4 +1,4 @@
.TH "XMP" "1" "Version 4\&.0\&.3" "Apr 2013" "Extended Module Player"
.TH "XMP" "1" "Version 4\&.0\&.7" "Jan 2014" "Extended Module Player"
.PP
.SH "NAME"
xmp - Extended Module Player

Loading…
Cancel
Save