Heray-Was-Here
Server : Apache
System : Linux ip-172-26-6-158 5.10.0-35-cloud-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User : daemon ( 1)
PHP Version : 8.1.10
Disable Function : NONE
Directory :  /home/bitnami/stack/phpmyadmin/libraries/classes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/bitnami/stack/phpmyadmin/libraries/classes/Version.php
<?php

declare(strict_types=1);

namespace PhpMyAdmin;

use const VERSION_SUFFIX;

/**
 * This class is generated by scripts/console.
 *
 * @see \PhpMyAdmin\Command\SetVersionCommand
 */
final class Version
{
    // The VERSION_SUFFIX constant is defined at libraries/constants.php
    public const VERSION = '5.2.0' . VERSION_SUFFIX;
    public const SERIES = '5.2';
    public const MAJOR = 5;
    public const MINOR = 2;
    public const PATCH = 0;
    public const ID = 50200;
    public const PRE_RELEASE_NAME = '';
    public const IS_DEV = false;
}

Hry