summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index ab2b4c876..676543c4c 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1165,7 +1165,7 @@ function node_feed($nodes = 0, $channel = array()) {
}
$channel_defaults = array(
- 'version' => '0.92',
+ 'version' => '2.0',
'title' => variable_get('site_name', 'drupal') .' - '. variable_get('site_slogan', ''),
'link' => $base_url,
'description' => variable_get('site_mission', ''),