diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -60,3 +60,5 @@ Version 0.0.3 - fixed crash when clearing a message in displaychannel and displayreplay - fixed positioning of scaled video window if borders are configured +Version 0.0.4 + diff --git a/skindesigner.c b/skindesigner.c index daa7190..47e31ed 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.0.4dev"; +static const char *VERSION = "0.0.4"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer"; |