From fb408461712cfda4b3f79d566f52d238a2c79163 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sat, 12 Apr 2014 23:07:27 +0300 Subject: [PATCH] Bumped up the version number. --- satip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satip.c b/satip.c index c0b56be..e78b7cc 100644 --- a/satip.c +++ b/satip.c @@ -25,7 +25,7 @@ #define GITVERSION "" #endif - const char VERSION[] = "0.2.2" GITVERSION; + const char VERSION[] = "0.2.3" GITVERSION; static const char DESCRIPTION[] = trNOOP("SAT>IP Devices"); class cPluginSatip : public cPlugin {