From 6872e007ad0e329247218756f329e5b61d16bf21 Mon Sep 17 00:00:00 2001 From: hannemann Date: Sun, 16 Oct 2016 11:52:15 +0200 Subject: [PATCH] push version to 0.2.6.5 --- restfulapi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restfulapi.cpp b/restfulapi.cpp index 3fba4e7..a207518 100644 --- a/restfulapi.cpp +++ b/restfulapi.cpp @@ -11,7 +11,7 @@ #include "serverthread.h" #include "statusmonitor.h" -static const char *VERSION = "0.2.6.1"; +static const char *VERSION = "0.2.6.5"; static const char *DESCRIPTION = "Offers a RESTful-API to retrieve data from VDR"; static const char *MAINMENUENTRY = NULL;//"Restfulapi";