/* * version.h: A plugin for the Video Disk Recorder * * See the README file for copyright information and how to reach the author. * * $Id$ */ #ifndef __version_h_ #define __version_h_ static const char *VERSION = "0.0.4"; #endif