Changeset 264

Show
Ignore:
Timestamp:
01/07/08 10:01:28 (11 months ago)
Author:
JarrettBillingsley
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/minid/commandline.d

    r257 r264  
    5656    private void printVersion() 
    5757    { 
    58         mOutput("MiniD Command-Line interpreter beta").newline; 
     58        mOutput("MiniD Command-Line interpreter 1.1").newline; 
    5959    } 
    6060     
     
    199199        if(interactive) 
    200200        { 
     201            if(!printedVersion) 
     202                printVersion(); 
     203                 
    201204            char[] buffer; 
    202205            bool run = true;