My Project
version.h
1 /*
2  * version.h: A plugin/program for the Video Disk Recorder
3  *
4  * See the README file for copyright information and how to reach the author.
5  *
6  */
7 
8 #ifndef __version_h_
9 #define __version_h_
10 
11 static const char *VERSION = "3.2.6";
12 
13 #endif