diff --git a/reference/math/functions/mt-rand.xml b/reference/math/functions/mt-rand.xml
index 572beaed9a..b3c6fb362f 100644
--- a/reference/math/functions/mt-rand.xml
+++ b/reference/math/functions/mt-rand.xml
@@ -85,8 +85,6 @@
rand has been made an alias of mt_rand.
-
-
7.1.0
@@ -94,8 +92,6 @@
the Mersenne Twister algorithm. To fall back to the old behaviour, use mt_srand with MT_RAND_PHP as the second paramter.
-
-
5.3.4
diff --git a/reference/math/functions/mt-srand.xml b/reference/math/functions/mt-srand.xml
index 2da1c3f9f7..de97bf2d34 100644
--- a/reference/math/functions/mt-srand.xml
+++ b/reference/math/functions/mt-srand.xml
@@ -93,8 +93,6 @@
srand has been made an alias of mt_srand.
-
-
7.1.0
@@ -102,8 +100,6 @@
the Mersenne Twister algorithm. To fall back to the old behaviour, use mt_srand with MT_RAND_PHP as the second paramter.
-
-
5.2.1