~ubuntu-branches/ubuntu/karmic/drupal6/karmic

« back to all changes in this revision

Viewing changes to modules/system/system.module

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano, Luigi Gangitano
  • Date: 2009-05-04 19:56:12 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090504195612-hvdmh4goeszhjo0k
Tags: 6.11-1
[ Luigi Gangitano ]
* New upstream release
  - Fixes XSS vulnerability (Ref: SA-CORE-2009-005, CVE-TBD)
    (Closes: #526378)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
// $Id: system.module,v 1.585.2.32 2009/02/25 21:02:37 goba Exp $
 
2
// $Id: system.module,v 1.585.2.34 2009/04/30 00:13:31 goba Exp $
3
3
 
4
4
/**
5
5
 * @file
9
9
/**
10
10
 * The current system version.
11
11
 */
12
 
define('VERSION', '6.10');
 
12
define('VERSION', '6.11');
13
13
 
14
14
/**
15
15
 * Core API compatibility.