From 0702e3515f8e7fc0821b7ca5d4ffda6beb165c8c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 4 Feb 2003 20:30:29 +0000 Subject: [PATCH] "CVS" --- stepmania/src/ScreenLogo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenLogo.cpp b/stepmania/src/ScreenLogo.cpp index e10449029b..1a6fed7008 100644 --- a/stepmania/src/ScreenLogo.cpp +++ b/stepmania/src/ScreenLogo.cpp @@ -39,7 +39,7 @@ ScreenLogo::ScreenLogo() : ScreenAttract("ScreenLogo","logo") this->AddChild( &m_sprLogo ); m_textVersion.LoadFromFont( THEME->GetPathTo("Fonts","normal") ); - m_textVersion.SetText( "v3.0 final" ); + m_textVersion.SetText( "CVS" ); m_textVersion.SetDiffuse( RageColor(0.6f,0.6f,0.6f,1) ); // light gray m_textVersion.SetXY( VERSION_X, VERSION_Y ); m_textVersion.SetZoom( 0.5f );