From efa0dfd9d1ae9cedbd401f1c5fbd83035383009d Mon Sep 17 00:00:00 2001 From: DIPPOLD Martin <Dippold@ivt.tugraz.at> Date: Mon, 15 Sep 2014 15:54:39 +0200 Subject: [PATCH] * New Version --- 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 daf1a39..75ac29a 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-beta0" ' Version of the Programm + Public Const AppVers As String = "2.0.1-beta1" ' Version of the Programm Public AppDate As String ' Date of the compilation of the programm ' Control variables -- GitLab