diff --git a/MANUAL.html b/MANUAL.html
index 9058782f4..b88fd8609 100644
--- a/MANUAL.html
+++ b/MANUAL.html
@@ -1892,7 +1892,7 @@ nounc = true
This will use UNC paths on c:\src
but not on z:\dst
. Of course this will cause problems if the absolute path length of a file exceeds 258 characters on z, so only use this option if you have to.
Changelog
-- v1.29 - 2016-06-18
+
- v1.30 - 2016-06-18
- New Features
- Directory listing code reworked for more features and better error reporting (thanks to Klaus Post for help). This enables
diff --git a/MANUAL.md b/MANUAL.md
index f3325c47b..adf29e5b2 100644
--- a/MANUAL.md
+++ b/MANUAL.md
@@ -3012,7 +3012,7 @@ file exceeds 258 characters on z, so only use this option if you have to.
Changelog
---------
- * v1.29 - 2016-06-18
+ * v1.30 - 2016-06-18
* New Features
* Directory listing code reworked for more features and better error reporting (thanks to Klaus Post for help). This enables
* Directory include filtering for efficiency
diff --git a/MANUAL.txt b/MANUAL.txt
index f717c8e47..cfb9349bc 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -3023,7 +3023,7 @@ characters on z, so only use this option if you have to.
Changelog
-- v1.29 - 2016-06-18
+- v1.30 - 2016-06-18
- New Features
- Directory listing code reworked for more features and better
error reporting (thanks to Klaus Post for help). This enables
diff --git a/docs/content/changelog.md b/docs/content/changelog.md
index a22166d88..a7c542e25 100644
--- a/docs/content/changelog.md
+++ b/docs/content/changelog.md
@@ -7,7 +7,7 @@ date: "2016-06-18"
Changelog
---------
- * v1.29 - 2016-06-18
+ * v1.30 - 2016-06-18
* New Features
* Directory listing code reworked for more features and better error reporting (thanks to Klaus Post for help). This enables
* Directory include filtering for efficiency
diff --git a/rclone.1 b/rclone.1
index e2d0e9844..ae6aede26 100644
--- a/rclone.1
+++ b/rclone.1
@@ -3697,7 +3697,7 @@ Of course this will cause problems if the absolute path length of a file
exceeds 258 characters on z, so only use this option if you have to.
.SS Changelog
.IP \[bu] 2
-v1.29 \- 2016\-06\-18
+v1.30 \- 2016\-06\-18
.RS 2
.IP \[bu] 2
New Features