/* * $Id: version.h,v 1.75 2007/04/10 21:36:34 bryan Exp $ * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * * Copyright GNAC, Inc., 1998 */ #define COPYRIGHT "@(#) Copyright 1990 The Ohio State University.\n\ @(#) Copyright 1992 Purdue Research Foundation.\n\ @(#) Copyright 1998 GNAC, Inc.\n\ @(#) Copyright 2000 conserver.com.\n\ All rights reserved.\n" #define VERSION_MAJOR 8 #define VERSION_MINOR 1 #define VERSION_REV 16 #define VERSION_TEXT "conserver.com version" #define VERSION_UINT (VERSION_MAJOR * 1000000 + VERSION_MINOR * 1000 + VERSION_REV)