Skip to content

Commit

Permalink
Beta release v2.3.0.0_b1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesallsup committed Jul 5, 2016
1 parent c65d6e0 commit fc89ad6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/phpunit/bootstrap-dist.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
define('VERSION', '2.0');
define('VERSION', '2.3.0.0_b1');

define('ADMIN_USERNAME', '');
define('ADMIN_PASSWORD', '');
Expand Down
2 changes: 1 addition & 1 deletion tests/setup/config.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
define('VERSION', '2.1.0.2_rc');
define('VERSION', '2.3.0.0_b1');
define('ADMIN_USERNAME', '');
define('ADMIN_PASSWORD', '');

Expand Down
2 changes: 1 addition & 1 deletion upload/admin/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// Version
define('VERSION', '2.2.2');
define('VERSION', '2.3.0.0_b1');

// Configuration
if (is_file('config.php')) {
Expand Down
2 changes: 1 addition & 1 deletion upload/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// Version
define('VERSION', '2.2.2');
define('VERSION', '2.3.0.0_b1');

// Configuration
if (is_file('config.php')) {
Expand Down

0 comments on commit fc89ad6

Please sign in to comment.