diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-11-20 03:39:02 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-11-20 03:39:02 +0000 |
commit | 50641eafc0bfd321e09f71ab361dcf5c26469878 (patch) | |
tree | 3c8525100e8eeb10122a5775a1d5ea5b2da9af31 | |
parent | b0ddf6f40c0e68da19b74e0df2ce7daa5ee617c9 (diff) | |
download | brdo-50641eafc0bfd321e09f71ab361dcf5c26469878.tar.gz brdo-50641eafc0bfd321e09f71ab361dcf5c26469878.tar.bz2 |
x.x -> 5.0 and making way for the next x.x.
-rw-r--r-- | modules/system/system.install | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index ddb6f0fd5..f239ffb09 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. */ |