From aca3a3c5cdf2d18b3c50e51808a9d14de4a9ebb5 Mon Sep 17 00:00:00 2001
From: kaloyane <kaloyane>
Date: Tue, 24 May 2011 12:38:13 +0000
Subject: [PATCH] minor: sprint version number was not replaced correctly.

SVN: 21468
---
 screening/dist/installer/hello.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/screening/dist/installer/hello.html b/screening/dist/installer/hello.html
index eac043487c5..91eb6d06df3 100644
--- a/screening/dist/installer/hello.html
+++ b/screening/dist/installer/hello.html
@@ -5,7 +5,7 @@
   <BODY>
 <H2>Welcome to the openBIS installation process !</H2>
 
-You are about to install openBIS for High Content Screening, version $VERSION_NUMBER.
+You are about to install openBIS for High Content Screening, version ${VERSION_NUMBER}.
 
 <BR><BR>
 Should you have any questions or feedback regarding the installation process do not hesitate 
-- 
GitLab