diff options
Diffstat (limited to 'admin/xmlconfig.py')
-rw-r--r-- | admin/xmlconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/xmlconfig.py b/admin/xmlconfig.py index 2580cb9..1b1faf1 100644 --- a/admin/xmlconfig.py +++ b/admin/xmlconfig.py @@ -52,4 +52,4 @@ package_base_uri = 'http://www.openidenabled.com/resources/downloads/php-openid/ # The release stability. Maybe this should be a commandline parameter # since it might differ from release to release. -release_stability = 'stable' +release_stability = 'pre-release' |