blob: 3bf67b5705c440229d13e5fc0159f435518b3ef6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* 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.5";
#endif
|