~ubuntu-branches/ubuntu/intrepid/squirrelmail/intrepid-security

« back to all changes in this revision

Viewing changes to functions/strings.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2006-12-04 09:18:09 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061204091809-f5tmhfdfy71y0cwn
Tags: 2:1.4.9a-1
* New upstream security release.
  - Additionally tightens HTML filter for IE <= 5 parsing
    absolutely everything and it's horse.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 *
9
9
 * @copyright &copy; 1999-2006 The SquirrelMail Project Team
10
10
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
11
 
 * @version $Id: strings.php,v 1.184.2.57 2006/08/11 11:15:43 kink Exp $
 
11
 * @version $Id: strings.php,v 1.184.2.61 2006/12/03 23:05:43 stekkel Exp $
12
12
 * @package squirrelmail
13
13
 */
14
14
 
16
16
 * SquirrelMail version number -- DO NOT CHANGE
17
17
 */
18
18
global $version;
19
 
$version = '1.4.8';
 
19
$version = '1.4.9a';
20
20
 
21
21
/**
22
22
 * SquirrelMail internal version number -- DO NOT CHANGE
23
23
 * $sm_internal_version = array (release, major, minor)
24
24
 */
25
25
global $SQM_INTERNAL_VERSION;
26
 
$SQM_INTERNAL_VERSION = array(1,4,8);
 
26
$SQM_INTERNAL_VERSION = array(1,4,9);
27
27
 
28
28
/**
29
29
 * There can be a circular issue with includes, where the $version string is