diff options
author | louis <louis.braun@gmx.de> | 2013-11-22 16:57:34 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-11-22 16:57:34 +0100 |
commit | 96f22566023f2336e9bbcd2861f77ad97958014e (patch) | |
tree | 0bda7f111c62e8bfd1bc99c3d096be2aebeb5b53 | |
parent | b9c8138c1ac274cfbe9296974f6db08a785bd277 (diff) | |
download | skin-nopacity-96f22566023f2336e9bbcd2861f77ad97958014e.tar.gz skin-nopacity-96f22566023f2336e9bbcd2861f77ad97958014e.tar.bz2 |
Version 1.0.0
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skinnopacity.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -375,3 +375,5 @@ Version 0.1.4 - Usage of channel logo background in displaychannel and on menuelements configurable via plugin setup - Fixed a bug that setup values are not stored if theme is changed + +Version 1.0.0 diff --git a/skinnopacity.c b/skinnopacity.c index 2c6bd3e..13dd22f 100644 --- a/skinnopacity.c +++ b/skinnopacity.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.9.0"; +static const char *VERSION = "1.0.0"; static const char *DESCRIPTION = "'nOpacity' Skin"; static const char *MAINMENUENTRY = "nOpacity"; |