Prechádzať zdrojové kódy

Updated version script for 1.9.6RC and moving to RC2 (because of that forgotten change)

Yannick Warnier 11 rokov pred
rodič
commit
ad5b66254e
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      main/install/version.php

+ 2 - 2
main/install/version.php

@@ -13,8 +13,8 @@
  * Variables used from the main/install/index.php
  * Variables used from the main/install/index.php
  */
  */
 $new_version            = '1.9.6';
 $new_version            = '1.9.6';
-$new_version_status     = 'dev';
-$new_version_last_id	= 0;
+$new_version_status     = 'RC';
+$new_version_last_id	= 1;
 $new_version_stable 	= false;
 $new_version_stable 	= false;
 $new_version_major      = false;
 $new_version_major      = false;
 $software_name          = 'Chamilo';
 $software_name          = 'Chamilo';