Supress PHP errors because we catch them ourselves.
[squirrelmail.git] / functions / strings.php
index 1b62cffb83de7da77cea38f49126a14ae4fdf65a..ff47b17beef8c8b44a335b32082670bf5c83c280 100644 (file)
@@ -3,7 +3,7 @@
 /** 
  * strings.php
  *
- * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Copyright (c) 1999-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This code provides various string manipulation functions that are
  * SquirrelMail version number -- DO NOT CHANGE
  */
 global $version;
-$version = '1.3.3 [CVS-DEVEL]';
+$version = '1.4.0 [CVS-DEVEL]';
+
+/** 
+ * SquirrelMail internal version number -- DO NOT CHANGE
+ * $sm_internal_version = array (release, major, minor)
+ */
+global $SQM_INTERNAL_VERSION;
+$SQM_INTERNAL_VERSION = array(1,4,0);
+
 
 /**
  * Wraps text at $wrap characters