From 1f1fcdd321c2861a1e6956105a396c5285bd04c9 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Fri, 15 Jun 2007 21:56:40 +0200 Subject: [PATCH] [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. --- main/inc/installedVersion.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/inc/installedVersion.inc.php b/main/inc/installedVersion.inc.php index 3e28ff90d8..780f703960 100644 --- a/main/inc/installedVersion.inc.php +++ b/main/inc/installedVersion.inc.php @@ -9,5 +9,5 @@ */ $stable = true; -$dokeos_version = "1.8.1"; +$dokeos_version = "1.8.2"; ?> \ No newline at end of file