diff --git a/application/config/version.php b/application/config/version.php index 469dcfe0407..4befde590cc 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -11,10 +11,10 @@ * See COPYRIGHT.php for copyright notices and details. */ -$config['versionnumber'] = '3.0.0-alpha'; //The current version of this branch +$config['versionnumber'] = '3.0.0-beta'; //The current version of this branch $config['masterversion'] = '2.62.2'; //The current masters version merged into this branch $config['dbversionnumber'] = 304; $config['buildnumber'] = ''; $config['updatable'] = true; -$config['assetsversionnumber'] = '2671'; +$config['assetsversionnumber'] = '2900'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 308a3a1c0f4..0a7442d6a9a 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -35,7 +35,7 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ -Changes from 2.67.0 (build 170622) to 3.0.0beta1 (build ?) July 13, 2017 +Changes from 2.67.0 (build 170622) to 3.0.0beta1 (build 170720) July 19, 2017 Changes from 2.66.0 (build 170619) to 2.67.0 (build 170622) June 22, 2017 -New feature: Opting out of a survey requires a one-click confirmation (Carsten Schmitz)