home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / forut062.zip / ForUtil-0.62 / version.h < prev   
C/C++ Source or Header  |  1996-08-21  |  558b  |  26 lines

  1. /*****
  2. * version.h : Version numbering for ForUtil
  3. *
  4. * This file Version    $Revision: 1.1 $
  5. *
  6. * Creation date:    Wed Aug  7 22:06:35 GMT+0100 1996
  7. * Last modification:     $Date: 1996/08/07 21:09:30 $
  8. * By:            $Author: koen $
  9. * Current State:    $State: Exp $
  10. *
  11. * Author:        koen
  12. * (C)Copyright 1995-1996 Ripley Software Development
  13. * All Rights Reserved
  14. *****/
  15. /*****
  16. * $Source: /usr/local/rcs/ForUtil/toplevel/RCS/version.h,v $
  17. *****/
  18.  
  19. #ifndef _version_h_
  20. #define _version_h_
  21.  
  22. #define VERSION "0.62"
  23.  
  24. /* Don't add anything after this endif! */
  25. #endif /* _version_h_ */
  26.