Browse Source

Fixes 583

Signed-off-by: jdarwood007 <[email protected]>
jdarwood007 11 years ago
parent
commit
5cc1c63840
1 changed files with 1 additions and 1 deletions
  1. 1 1
      other/upgrade.php

+ 1 - 1
other/upgrade.php

@@ -13,7 +13,7 @@
 
 // Version information...
 define('SMF_VERSION', '2.1 Alpha 1');
-define('SMF_LANG_VERSION', '2.1');
+define('SMF_LANG_VERSION', '2.1 Alpha 1');
 
 $GLOBALS['required_php_version'] = '5.1.0';
 $GLOBALS['required_mysql_version'] = '4.0.18';