From 50641eafc0bfd321e09f71ab361dcf5c26469878 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Mon, 20 Nov 2006 03:39:02 +0000 Subject: [PATCH] x.x -> 5.0 and making way for the next x.x. --- modules/system/system.install | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/modules/system/system.install b/modules/system/system.install index ddb6f0fd5fa..f239ffb09d4 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3069,7 +3069,7 @@ function system_update_182() { } /** - * @defgroup updates-4.7-to-x.x System updates from 4.7 to x.x + * @defgroup updates-4.7-to-5.0 System updates from 4.7 to 5.0 * @{ */ @@ -3377,5 +3377,16 @@ function system_update_1014() { /** * @} End of "defgroup updates-4.7-to-x.x" - * The next series of updates should start at 2000. + */ + + +/** + * @defgroup updates-5.0-to-x.x System updates from 5.0 to x.x + * @{ + * @todo Start this series of updates at 2000. + */ + +/** + * @} End of "defgroup updates-5.0-to-x.x" + * The next series of updates should start at 3000. */