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

/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2015 Leo Feyer
 *
 * @license LGPL-3.0+
 */

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

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