Ignore:
Timestamp:
11/11/06 09:20:48 (7 years ago)
Author:
guyru
Message:

fixed header info, fixed version info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/OpenYahtzee/src/MainFrame.cpp

    r14 r15  
     1// $Header$ 
    12/*************************************************************************** 
    23 *   Copyright (C) 2006 by Guy Rutenberg   * 
     
    224225        wxString msg; 
    225226        wxString sqliteversion = wxString(sqlite3_version,wxConvUTF8); 
    226         msg.Printf(wxT("OpenYahtzee 1.5 beta\nCopyright (c)2006 by Guy Rutenberg\n\nThis 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 Foundation; either version 2 of the License, or (at your option) any later version.\n\nOpenYahtzee was built against:\nwxWidgets %i.%i\n"),wxMAJOR_VERSION,wxMINOR_VERSION); 
     227        msg.Printf(wxT("OpenYahtzee 1.5\nCopyright (C) 2006 by Guy Rutenberg\n\nThis 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 Foundation; either version 2 of the License, or (at your option) any later version.\n\nOpenYahtzee was built against:\nwxWidgets %i.%i\n"),wxMAJOR_VERSION,wxMINOR_VERSION); 
    227228        msg += wxT("SQLite ") + sqliteversion; 
    228229                 
Note: See TracChangeset for help on using the changeset viewer.