# HG changeset patch # User Matti Hamalainen # Date 1208793235 -10800 # Node ID 537240c47d182b0692b83c21ee6b423331b4558d # Parent f22a708d29fd726d90e2eda50aa94fe2cd23db81 It was the dawn of the third age of SID-kind, several years after the XMMS-BMP War. The Unified Audacious+XMMS-SID Project was a dream given form. Its goal: to prevent another war by creating a SID-plugin which would be functional for both worlds, where Audacious and XMMS -related code could work out their differences peacefully. It's a port of call, home away from home for coders, users, entrepreneurs, and wanderers. Humans and aliens wrapped in two million, five hundred thousand tons of spinning code, all alone in the night. It can be a dangerous place, but it's our last, best hope for peace. This is the story of the last of the XMMS-SID releases. The year is 2008. The name of the place is XMMS-SID 0.8.0rc2. diff -r f22a708d29fd -r 537240c47d18 configure.in --- a/configure.in Mon Apr 21 18:41:01 2008 +0300 +++ b/configure.in Mon Apr 21 18:53:55 2008 +0300 @@ -6,8 +6,8 @@ AC_PREREQ([2.60]) dnl Initialize -AC_INIT([XMMS-SID], [0.8.0rc1], [ccr@tnsp.org]) -AC_COPYRIGHT([[(C) 2003-2007 Matti 'ccr' Hämäläinen]]) +AC_INIT([XMMS-SID], [0.8.0rc2], [ccr@tnsp.org]) +AC_COPYRIGHT([[(C) 2003-2008 Matti 'ccr' Hämäläinen]]) AC_CONFIG_SRCDIR([src/xmms-sid.h]) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([src/config.h])