Changeset 61 for trunk/orca/console.c

Show
Ignore:
Timestamp:
02/22/06 22:55:02 (3 years ago)
Author:
krobillard
Message:

Added OR_VERSION defines to ovalue.h.
Removed version.h
Mac PPC - OR_BIG_ENDIAN no longer needs to be set in Makefile.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/console.c

    r42 r61  
    2020 
    2121#include <stdio.h> 
    22 #include "version.h" 
    2322#include "ovalue.h" 
    2423 
     
    8988    else 
    9089    { 
    91         printf( "ORCA %s (%s)\n", VERSION_STR, __DATE__ ); 
     90        printf( "ORCA %s (%s)\n", OR_VERSION_STR, __DATE__ ); 
    9291halt: 
    9392        while( 1 )