diff --git a/inc/class_core.php b/inc/class_core.php index 730721f1ea..dcb4cb9293 100644 --- a/inc/class_core.php +++ b/inc/class_core.php @@ -14,14 +14,14 @@ class MyBB { * * @var string */ - public $version = "1.8.34"; + public $version = "1.8.35"; /** * The version code of MyBB we're running. * * @var integer */ - public $version_code = 1834; + public $version_code = 1835; /** * The current working directory. diff --git a/inc/languages/english.php b/inc/languages/english.php index 18e980518e..09c8aeea2d 100644 --- a/inc/languages/english.php +++ b/inc/languages/english.php @@ -27,7 +27,7 @@ //$langinfo['additional_name'] = " "; // Compatible version of MyBB -$langinfo['version'] = "1834"; +$langinfo['version'] = "1835"; // Sets if the translation includes the Admin CP (1 = yes, 0 = no) $langinfo['admin'] = 1;