changeset 472:3bd3d8da45c2 stable-1.0

Changed mikmod URL.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 08 May 2004 03:10:15 +0000
parents da75f15a8f37
children 365c3adc99c1
files CHANGELOG decoders/mikmod.c
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Sat May 08 02:53:46 2004 +0000
+++ b/CHANGELOG	Sat May 08 03:10:15 2004 +0000
@@ -3,7 +3,8 @@
  */
 
 05072004 - Backed out some commits, converted repository to Subversion, and
-           branched off to a 1.1.0 development tree.
+           branched off to a 1.1.0 development tree. Changed MikMod URL...old
+           one is now a porn site.  :(
 10252003 - VOC decoder was broken. Now it isn't.
 10142003 - Build system fix: acinclude.m4 had some word wrapping badness.
 10122003 - Fixed "make dist" behaviour to not packaged generated docs, and
--- a/decoders/mikmod.c	Sat May 08 02:53:46 2004 +0000
+++ b/decoders/mikmod.c	Sat May 08 03:10:15 2004 +0000
@@ -81,7 +81,7 @@
         extensions_mikmod,
         "Play modules through MikMod",
         "Torbjörn Andersson <d91tan@Update.UU.SE>",
-        "http://www.mikmod.org/"
+        "http://mikmod.raphnet.net/"
     },
 
     MIKMOD_init,       /*   init() method */