home *** CD-ROM | disk | FTP | other *** search
- /*
- #include "revision.h"
-
- #define APPNAME "" /* please insert application name */
-
- #define VERSION 4
- #define VERSION_STR "4"
- #define VERREV_STR VERSION_STR "." REVISION_STR
-
- char version[]="$VER: ModePro.lib" APPNAME " " VERSION_STR "." REVISION_STR " "__AMIGADATE__;
-
- int AppVersion =VERSION;
- int AppRevision =REVISION;
-
- /************************************************
- Revision Info
- -------------------------------------------------
-
- 4.51
- Prefs
- Overscan gadget fixed.
-
- 4.50
- Daemon
-
-
-
- *************************************************/
- */