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

/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2014 Leo Feyer
 *
 * @package Core
 * @link    https://contao.org
 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */

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

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