6 lines
99 B
PHP
6 lines
99 B
PHP
|
<?php
|
||
|
$athenaVersion = '0.4.0-devel';
|
||
|
$athenaVersionInt = 40;
|
||
|
$athenaVersionDescript = 'devel';
|
||
|
?>
|