My Project
Loading...
Searching...
No Matches
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
11static const char *VERSION = "4.1.0";
12
13#endif