Changeset 61 for trunk/orca/gl
- Timestamp:
- 02/22/06 22:55:02 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/gl/main.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/gl/main.c
r43 r61 20 20 21 21 #include <stdio.h> 22 #include "version.h"23 22 #include "gx.h" 24 23 #include "audio.h" … … 85 84 { 86 85 OPEN_CONSOLE 87 printf( "ORCA-GL %s (%s)\n", VERSION_STR, __DATE__ );86 printf( "ORCA-GL %s (%s)\n", OR_VERSION_STR, __DATE__ ); 88 87 89 88 halt:
