source: trunk/third/sysinfo/version.h @ 12269

Revision 12269, 556 bytes checked in by ghudson, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12268, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * $Revision: 1.1.1.3 $
3 *
4 * Version information
5 */
6
7/*
8 * Version of this program
9 */
10#define VERSION_STR             "3.5"
11
12#define VERSION_STATUS          "FINAL"
13
14#define PATCHLEVEL              0
15
16#define GENERAL_MSG     "\n\
17\tSysInfo Home Page is http://www.MagniComp.com/sysinfo/\n"
18
19#define COPYRIGHT_MSG   "\n\
20Copyright (c) 1992-1998 Michael A. Cooper.\n\n\
21This software may be freely used and distributed provided it is not\n\
22sold for profit or used in part or in whole for commercial gain\n\
23without prior written agreement, and the author is credited\n\
24appropriately.\n"
Note: See TracBrowser for help on using the repository browser.