home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Utilities / ModePro / Src / Prefs / appinfo.c < prev    next >
Encoding:
C/C++ Source or Header  |  1998-09-01  |  598 b   |  24 lines

  1. #include "revision.h"
  2.  
  3. /*
  4. #define APPNAME ""   /* please insert application name */
  5.  
  6. #define VERSION 1
  7. #define VERSION_STR "1"
  8. #define VERREV_STR VERSION_STR "." REVISION_STR
  9. */
  10. //char version[]="$VER: " APPNAME " " VERSION_STR "." REVISION_STR " "__AMIGADATE__;
  11.  
  12. //int AppVersion  =VERSION;
  13. //int AppRevision =REVISION;
  14.  
  15. /************************************************
  16. Revision Info
  17. -------------------------------------------------
  18.  
  19. 4.51 - Repaired GD_Overscan()
  20.           Didn't set DNode->OverscanType
  21.           Cause: Code update from 4.x
  22.  
  23. *************************************************/
  24.