Subversion Repositories svn1-original

Rev

Rev 53 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 53 Rev 57
Line 142... Line 142...
142
    /*
142
    /*
143
    **  Parse the command line arguments
143
    **  Parse the command line arguments
144
    */
144
    */
145
    if ( do_splash )
145
    if ( do_splash )
146
    {
146
    {
147
        printf( "Mara   Copyright David Purdie 1995-2007.\n" );
147
        printf( "Mara   Copyright David Purdie 1995-2008.\n" );
148
        printf( "       Version %s", VERSION );
148
        printf( "       Version %s", VERSION );
149
#ifdef __MINGW32__
149
#ifdef __MINGW32__
150
        printf( " (Mingwin)" );
150
        printf( " (Mingwin)" );
151
#endif
151
#endif
152
#ifdef __TURBOC__
152
#ifdef __TURBOC__