1234567891011121314 |
- <?php
- /**
- ==============================================================================
- * This file tells which version of Dokeos is currently installed, and
- * whether this is a stable version or not.
- *
- * @package dokeos.include
- ==============================================================================
- */
- $stable = false;
- $dokeos_version = "1.8 beta1";
- ?>
|