/* * Copyright (C) 1997-2000 SpellCaster Telecommunications Inc. * $Id: version.h,v 1.1 2004/03/11 03:59:31 bcrl Exp $ * Released under the GNU Public License. See LICENSE file for details. */ #ifndef _VERSION_H_ #define _VERSION_H_ char version[] = "1.0.2"; #endif