/* * version.h * * Copyright (c) 1992 by Mark Boyns * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, provided * that the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting * documentation. This software is provided "as is" without express or * implied warranty. */ #ifndef _version_h #define _version_h static char *rplay_version = "rplay2.0 Copyright (c) 1992 by Mark Boyns"; #endif _version_h