From a7dc84ede27e147651966bfd980b997ee29ca6e6 Mon Sep 17 00:00:00 2001
From: DIPPOLD Martin <Dippold@ivt.tugraz.at>
Date: Tue, 30 Sep 2014 16:06:00 +0200
Subject: [PATCH] * New Version number

---
 CSE/declaration_public.vb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CSE/declaration_public.vb b/CSE/declaration_public.vb
index 75ac29a..33afaae 100644
--- a/CSE/declaration_public.vb
+++ b/CSE/declaration_public.vb
@@ -13,7 +13,7 @@ Module declaration_public
 
     ' Description of the form
     Public Const AppName As String = "VECTO_CSE"                ' Name of the programm
-    Public Const AppVers As String = "2.0.1-beta1"              ' Version of the Programm
+    Public Const AppVers As String = "2.0.1-beta2"              ' Version of the Programm
     Public AppDate As String                                    ' Date of the compilation of the programm
 
     ' Control variables
-- 
GitLab