Changeset 61 for trunk/orca/console.c
- Timestamp:
- 02/22/06 22:55:02 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/console.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/console.c
r42 r61 20 20 21 21 #include <stdio.h> 22 #include "version.h"23 22 #include "ovalue.h" 24 23 … … 89 88 else 90 89 { 91 printf( "ORCA %s (%s)\n", VERSION_STR, __DATE__ );90 printf( "ORCA %s (%s)\n", OR_VERSION_STR, __DATE__ ); 92 91 halt: 93 92 while( 1 )
