diff -ruN 1/version.h 2/version.h --- 1/version.h 1970-01-01 01:00:00.000000000 +0100 +++ 2/version.h 2013-10-13 18:26:09.000000000 +0200 @@ -0,0 +1,13 @@ +/* + * version.h: A plugin/program for the Video Disk Recorder + * + * See the README file for copyright information and how to reach the author. + * + */ + +#ifndef __version_h_ +#define __version_h_ + +static const char *VERSION = "0.1.5pre"; + +#endif