This website works better with JavaScript
首頁
探索
說明
註冊
登入
aj
/
chamilo-lms2
關註
1
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
瀏覽代碼
[svn r12618] In order to enter a cycle of bug-fix and new-features releases, version 1.8.1 is skipped to reach version 1.8.2 as the changes since 1.8.0 are largely bug-fixes.
Yannick Warnier
18 年之前
父節點
caf65106cb
當前提交
1f1fcdd321
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
顯示文件統計
1
1
main/inc/installedVersion.inc.php
+ 1
- 1
main/inc/installedVersion.inc.php
查看文件
@@ -9,5 +9,5 @@
*/
$stable = true;
-$dokeos_version = "1.8.
1
";
+$dokeos_version = "1.8.
2
";
?>