Preparing for 1.4.0 release
[squirrelmail.git] / functions / strings.php
index 00969df57dadfd64c1556553571229694a6d5d3a..70cec6ff90a4cde0b31b36783f76d3f6dab2a32f 100644 (file)
@@ -18,7 +18,7 @@ require_once(SM_PATH . 'functions/global.php');
  * SquirrelMail version number -- DO NOT CHANGE
  */
 global $version;
  * SquirrelMail version number -- DO NOT CHANGE
  */
 global $version;
-$version = '1.4.0 [CVS-DEVEL]';
+$version = '1.4.0';
 
 /** 
  * SquirrelMail internal version number -- DO NOT CHANGE
 
 /** 
  * SquirrelMail internal version number -- DO NOT CHANGE
@@ -467,4 +467,4 @@ function RemoveSlashes(&$array) {
 
 $PHP_SELF = php_self();
 
 
 $PHP_SELF = php_self();
 
-?>
\ No newline at end of file
+?>