~ubuntu-branches/ubuntu/lucid/phpmyadmin/lucid

« back to all changes in this revision

Viewing changes to libraries/Config.class.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2009-12-08 18:35:56 UTC
  • mfrom: (1.2.6 upstream) (36.1.7 lucid)
  • Revision ID: james.westby@ubuntu.com-20091208183556-vr6gh28bmfe1rcps
Tags: 4:3.2.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/**
4
4
 *
5
5
 *
6
 
 * @version $Id: Config.class.php 13085 2009-10-30 16:13:24Z lem9 $
 
6
 * @version $Id: Config.class.php 13140 2009-12-02 18:11:04Z lem9 $
7
7
 * @package phpMyAdmin
8
8
 */
9
9
 
92
92
     */
93
93
    function checkSystem()
94
94
    {
95
 
        $this->set('PMA_VERSION', '3.2.3');
 
95
        $this->set('PMA_VERSION', '3.2.4');
96
96
        /**
97
97
         * @deprecated
98
98
         */