~ctwm/ctwm/trunk

304.1.2 by Matthew Fuller
Run 'make indent' to reindent the world.
1
/*
554.1.6 by Matthew Fuller
Collapse away redundant license texts in most .h files. These are all
2
 * TWM version externs
3
 *
4
 *       Copyright 1988 by Evans & Sutherland Computer Corporation,
5
 *                          Salt Lake City, Utah
6
 *  Portions Copyright 1989 by the Massachusetts Institute of Technology
7
 *                        Cambridge, Massachusetts
1 by Claude Lecommandeur
CTWM version 1.1
8
 *
9
 * $XConsortium: version.h,v 1.7 89/10/27 14:01:42 jim Exp $
10
 *
11
 *  8-Apr-88 Tom LaStrange        Initial Version.
12
 *
554.1.6 by Matthew Fuller
Collapse away redundant license texts in most .h files. These are all
13
 * Copyright 1992 Claude Lecommandeur.
14
 */
1 by Claude Lecommandeur
CTWM version 1.1
15
484 by Matthew Fuller
Consistently rename all the include guards so they match the filename,
16
#ifndef _CTWM_VERSION_H
17
#define _CTWM_VERSION_H
1 by Claude Lecommandeur
CTWM version 1.1
18
438.1.1 by Matthew Fuller
Rename Version to TwmVersion, since that's what it's holding.
19
extern const char *TwmVersion;
323.1.8 by Matthew Fuller
These are definitely consty.
20
extern const char *VersionNumber;
438.1.2 by Matthew Fuller
Add a VersionNumberFull string that is currently the same as
21
extern const char *VersionNumberFull;
438.1.4 by Matthew Fuller
Add split out major/minor/patch/addl defines into the m4 output.
22
extern const char *VersionNumber_major;
23
extern const char *VersionNumber_minor;
24
extern const char *VersionNumber_patch;
25
extern const char *VersionNumber_addl;
475.1.2 by Matthew Fuller
Use VCSType in --version output rather than hardcoding.
26
extern const char *VCSType;
323.1.8 by Matthew Fuller
These are definitely consty.
27
extern const char *VCSRevision;
1 by Claude Lecommandeur
CTWM version 1.1
28
484 by Matthew Fuller
Consistently rename all the include guards so they match the filename,
29
#endif /* _CTWM_VERSION_H */