Browse Source

Updated version for packaging procedure

Yannick Warnier 12 years ago
parent
commit
b2e3e6871d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/install/version.php

+ 2 - 2
main/install/version.php

@@ -12,8 +12,8 @@
  * Variables used from the main/install/index.php
  */
 $new_version 		= '1.9.0';
-$new_version_status	= 'alpha';
-$new_version_last_id	= 11;
+$new_version_status	= 'beta';
+$new_version_last_id	= 0;
 $new_version_stable 	= false;
 $new_version_major 	= true;
 $software_name 		= 'Chamilo';