From 981764613a41169a3307259f9a7f64fcb09eb1f9 Mon Sep 17 00:00:00 2001 From: hannemann Date: Fri, 25 Dec 2015 13:01:23 +0100 Subject: [PATCH] Push version to 0.2.5.6 --- restfulapi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restfulapi.cpp b/restfulapi.cpp index 730aabd..79cce79 100644 --- a/restfulapi.cpp +++ b/restfulapi.cpp @@ -11,7 +11,7 @@ #include "serverthread.h" #include "statusmonitor.h" -static const char *VERSION = "0.2.5.5"; +static const char *VERSION = "0.2.5.6"; static const char *DESCRIPTION = "Offers a RESTful-API to retrieve data from VDR"; static const char *MAINMENUENTRY = NULL;//"Restfulapi";