From 8d736003de474e9038e5c65c5a5d1b69b21face5 Mon Sep 17 00:00:00 2001 From: hannemann Date: Sat, 14 Nov 2015 10:23:12 +0100 Subject: [PATCH] Push Version to 0.2.5.5 --- restfulapi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restfulapi.cpp b/restfulapi.cpp index f2ee169..730aabd 100644 --- a/restfulapi.cpp +++ b/restfulapi.cpp @@ -11,7 +11,7 @@ #include "serverthread.h" #include "statusmonitor.h" -static const char *VERSION = "0.2.5.4"; +static const char *VERSION = "0.2.5.5"; static const char *DESCRIPTION = "Offers a RESTful-API to retrieve data from VDR"; static const char *MAINMENUENTRY = NULL;//"Restfulapi";