Update version.php version number

pull/2487/head
Yannick Warnier 8 years ago
parent 577ff5603a
commit 144ecfae0c
  1. 4
      main/install/version.php

@ -13,8 +13,8 @@
/**
* Variables used from the main/install/index.php
*/
$new_version = '1.11.0';
$new_version_status = 'beta';
$new_version = '1.11.2';
$new_version_status = 'stable';
$new_version_last_id = 0;
$new_version_stable = false;
$new_version_major = true;

Loading…
Cancel
Save