installedVersion.inc.php 365 B

1234567891011121314
  1. <?php
  2. /**
  3. ==============================================================================
  4. * This file tells which version of Dokeos is currently installed, and
  5. * whether this is a stable version or not.
  6. *
  7. * @package dokeos.include
  8. ==============================================================================
  9. */
  10. $stable = false;
  11. $dokeos_version = "1.8 beta1";
  12. ?>