From 936f76d244a935a1368bd0993defeaea370b1fb8 Mon Sep 17 00:00:00 2001
From: Chris Tallon <chris@vomp.tv>
Date: Thu, 15 Jun 2006 23:54:26 +0000
Subject: [PATCH] Version number update

---
 vompserver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vompserver.c b/vompserver.c
index 5904a81..7cc7fd4 100644
--- a/vompserver.c
+++ b/vompserver.c
@@ -23,7 +23,7 @@
 
 #include "mvpserver.h"
 
-static const char *VERSION        = "0.2.3";
+static const char *VERSION        = "0.2.4";
 static const char *DESCRIPTION    = "VDR on MVP plugin by Chris Tallon";
 
 class cPluginVompserver : public cPlugin
-- 
2.39.5