Skip to content

Commit

Permalink
2.3.0.2 tagged
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesallsup committed Aug 1, 2016
1 parent e5eb2d5 commit 85e0f35
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.3.0.2_rc');
define('VERSION', '2.3.0.2');

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.3.0.2_rc');
define('VERSION', '2.3.0.2');
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.3.0.3');
define('VERSION', '2.3.0.2');

// 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.3.0.3');
define('VERSION', '2.3.0.2');

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

0 comments on commit 85e0f35

Please sign in to comment.