version.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /* version.h Copyright (C) 1990-2002 Codemist Ltd */
  2. #ifndef header_version_h
  3. #define header_version_h 1
  4. /*
  5. * This code may be used and modified, and redistributed in binary
  6. * or source form, subject to the "CCL Public License", which should
  7. * accompany it. This license is a variant on the BSD license, and thus
  8. * permits use of code derived from this in either open and commercial
  9. * projects: but it does require that updates to this code be made
  10. * available back to the originators of the package.
  11. * Before merging other code in with this or linking this code
  12. * with other packages or libraries please check that the license terms
  13. * of the other material are compatible with those of this.
  14. */
  15. /* Signature: 056981d3 08-Apr-2002 */
  16. /*
  17. * VERSION is used to control the version number displayed when CSL/CCL
  18. * is started up in verbose mode (command line option -v). Version numbers
  19. * are also recorded in image files.
  20. */
  21. #define VERSION "5.00"
  22. /*
  23. * The next two lines are processed by filesign.c on the basis of
  24. * of a private file register.key and a user name to give 64 bytes
  25. * of registration information, coded up as two strings of hex digits.
  26. */
  27. #define REG1 "69d24b1690f1ca585906206121ad286e84ad98306b8273a4509249584fa048e9"
  28. #define REG2 "ec223ed82d9a91419bbeba5df8dc624876b95a05bd1fa2c170a9b252a86383bc"
  29. #endif /* header_version_h */
  30. /* end of version.h */