home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / historic / v941.tgz / icon.v941src.tar / icon.v941src / ipl / packs / ibpag2 / version.icn < prev   
Text File  |  2000-07-29  |  439b  |  20 lines

  1. ############################################################################
  2. #
  3. #    Name:     version.icn
  4. #
  5. #    Title:     return Ibpag2 version number
  6. #
  7. #    Author:     Richard L. Goerwitz
  8. #
  9. #    Version: 1.13
  10. #
  11. ############################################################################
  12. #
  13. #  See also: ibpag2.icn
  14. #
  15. ############################################################################
  16.  
  17. procedure ib_version()
  18.     return "Ibpag2, version 1.3.7"
  19. end
  20.