home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / demos / programme / AmigaWriter-Demo / StormScreenManager / source / version.c < prev   
Encoding:
C/C++ Source or Header  |  1998-10-06  |  314 b   |  13 lines

  1.  
  2. /*
  3.  
  4. This file will be compiled every make because the revision is bumped
  5. every make and changes the header file. Putting the vstring into an
  6. extra source helps to compile fast. But look into the main source
  7. for a note about StormLink...
  8.  
  9. */
  10.  
  11. #include "StormScreenManager_rev.h"
  12. unsigned char vstring[] = VERSTAG;
  13.