summaryrefslogtreecommitdiff
path: root/version.h
blob: e032a896f9b977b76aafebd2bbe80637f5ce79f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.2";

#endif