Skip to content
Snippets Groups Projects

set version

Merged Hahn Axel (hahn) requested to merge add-running-jobs into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
<?php
define("APP_VERSION", '2.1.1');
define("APP_VERSION", '2.1.2');
require_once('classes/render-adminlte.class.php');
require_once('classes/cronlog-renderer.class.php');
Loading