diff options
author | Martin Schirrmacher <vdr.skinflat@schirrmacher.eu> | 2013-08-09 21:35:18 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflat@schirrmacher.eu> | 2013-08-09 21:35:18 +0200 |
commit | 676860a60d13f8c6c3a23ac132ef9dd0fccd17f2 (patch) | |
tree | e9aad69d61c380be18f9b989f2e33eecae122fd2 /skinflat.c | |
parent | 2693426dbe34826c9f2d175480e2ac10ef4b7c58 (diff) | |
download | skin-flat-676860a60d13f8c6c3a23ac132ef9dd0fccd17f2.tar.gz skin-flat-676860a60d13f8c6c3a23ac132ef9dd0fccd17f2.tar.bz2 |
release version 0.1.0
Diffstat (limited to 'skinflat.c')
-rw-r--r-- | skinflat.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ #include "flat.h" -static const char *VERSION = "0.0.2"; +static const char *VERSION = "0.1.0"; static const char *DESCRIPTION = "skin flat"; class cPluginFlat : public cPlugin { |