diff --git a/lang/en/docs/release.html b/lang/en/docs/release.html
index 3b203150ad3..6fc562249dd 100644
--- a/lang/en/docs/release.html
+++ b/lang/en/docs/release.html
@@ -11,6 +11,32 @@
Release notes
+ Coming in Moodle 1.1 Beta 1 (13th August, 2003) :
+
+- This list is in progress and still to be finalised
+-
+
- Activities can move any distance with two clicks
+ - Topics/weeks can now be moved up and down
+ - Pop-up menu to switch between topics/weeks
+ - New chat module for synchronous discussions
+ - Two quiz question types: Numerical and Description
+ - Expanded quiz reporting
+ - Languages can now have a parent language
+ - Improved course browser (handles large numbers of courses) (tbd)
+ - Courses can be hidden from students (tbd)
+ - Web links can be in pop-up windows (tbd)
+ - Consistent grading scheme throughout all modules (tbd)
+ - Better control over peer-grading in forums (tbd)
+ - Ability to add text between activities in course display (tbd)
+ - Ability to indent activities in course display (tbd)
+ - Improved program resources, allowing more variables and control (tbd)
+ - Other miscellaneous improvements and fixes
+
+
+
+
+
+
New in Moodle 1.0.9 (29th May, 2003) :
- General
diff --git a/version.php b/version.php
index 53f1d126d59..f747e574627 100644
--- a/version.php
+++ b/version.php
@@ -5,7 +5,7 @@
// database to determine whether upgrades should
// be performed (see lib/db/*.php)
-$version = 2003070400; // The current version is a date (YYYYMMDDXX)
+$version = 2003071900; // The current version is a date (YYYYMMDDXX)
$release = "1.1 development"; // User-friendly version number