Browse Source

[svn r11802] Set the version to RC2

Julian Prud'homme 18 years ago
parent
commit
b9d81db3a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/installedVersion.inc.php

+ 1 - 1
main/inc/installedVersion.inc.php

@@ -9,6 +9,6 @@
 */
 
 $stable = false;
-$dokeos_version 	= "1.8 RC1";
+$dokeos_version 	= "1.8 RC2";
 
 ?>