I do devel in SquirrelMail too.
[squirrelmail.git] / functions / strings.php
index 8ad41dd72acfd97b6b62a9c6d59408dd6d39054c..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,3,3);
+$SQM_INTERNAL_VERSION = array(1,4,0);
 
 
 /**