Artifact fd26c3fe239cedd8e686dc9fc820431000150f3e4071651c17e1c67d0fac7f63:


/* version.h                  Copyright (C) 1990-1997 Codemist Ltd */

/* Signature: 406535a6 04-Jun-1997 */

#ifndef header_version_h
#define header_version_h 1

/*
 * VERSION is used to control the version number displayed when CSL/CCL
 * is started up in verbose mode (command line option -v). Version numbers
 * are also recorded in image files.
 */

#define VERSION     "4.00"

/*
 * The next two lines are processed by filesign.c on the basis of
 * of a private file register.key and a user name to give 64 bytes
 * of registration information, coded up as two strings of hex digits.
 */
#define REG1 "\c"
#define REG2 "\d"

#endif /* header_version_h */

/* end of version.h */


REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]