#!/usr/pkg/bin/php
<?php

/*
 * This file is part of Contao.
 *
 * (c) Leo Feyer
 *
 * @license LGPL-3.0-or-later
 */

// Load the constants.php file
include dirname(__DIR__) . '/config/constants.php';

// Output the version and build number
echo VERSION . '.' . BUILD . "\n";
