refactor: Store release_version in a shared location
diff --git a/downloads/index.php b/downloads/index.php
index 704b87f..0a380ff 100644
--- a/downloads/index.php
+++ b/downloads/index.php
@@ -6,13 +6,13 @@
    $Nav	= new Nav();
    $Menu = new Menu();
    include($App->getProjectCommon());
+   include("../sharedEnv.php");
 	
    #*****************************************************************************
 
 	$pageTitle 		= "OSEE - Downloads";
 	$pageKeywords	= "OSEE, Open, System, Engineering, Environment, Eclipse, Define, ATS, OTE, Application Framework";
 	$pageAuthor		= "Roberto E. Escobar";
-	$release_version      = "0.24.4.v201703241706-REL";
 	$postgres_bundle 		 = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/osee-external/org.ecilpse.osee.server_postgresql_0.9.1_incubation_updated.zip";
    $config_args="http://wiki.eclipse.org/OSEE/Developers_Guide#Configuration_Properties";
    
@@ -28,4 +28,4 @@
 	
 	# Generate the web page
 	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
+?>
\ No newline at end of file
diff --git a/index.php b/index.php
index 1a6810f..da70631 100644
--- a/index.php
+++ b/index.php
@@ -13,7 +13,7 @@
       
 	$pageTitle 			= "Open System Engineering Environment";
 	$pageKeywords		= "eclipse, osee";
-	$release_version  = "0.24.4.v201703241706-REL";
+	include("sharedEnv.php");
 	
    #*****************************************************************************
    #*****************************************************************************