2 * Top users/processes display for Unix
5 * This program may be freely redistributed,
6 * but this entire comment MUST remain intact.
8 * Copyright (c) 1984, 1989, William LeFebvre, Rice University
9 * Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University
13 #include "patchlevel.h"
15 static char version
[16];
17 char *version_string()
20 sprintf(version
, "%d.%d", VERSION
, PATCHLEVEL
);
22 strcat(version
, BETA
);