Skip to content

Commit

Permalink
Move release versions above loading of config_inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Dec 9, 2008
1 parent 9877c7b commit 878c1a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config_defaults_inc.php
Expand Up @@ -16,6 +16,12 @@
# Directory for simplepie cache - set to false to disable cache
$g_rss_cache_path = '/tmp/';

# The latest version from the stable branch.
$g_latest_version_stable = '1.1.5';

# The latest version from the development branch.
$g_latest_version_dev = '1.2.0a2';

########################################
# Include user's config, if available
########################################
Expand All @@ -25,9 +31,3 @@
require_once( $t_config_inc );
}

# The latest version from the stable branch.
$g_latest_version_stable = '1.1.5';

# The latest version from the development branch.
$g_latest_version_dev = '1.2.0a2';
?>

0 comments on commit 878c1a1

Please sign in to comment.