Skip to content

Commit

Permalink
Version 2.3.0.1 release tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesallsup committed Jul 31, 2016
1 parent 9a7b007 commit 42d9d1c
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.1_rc');
define('VERSION', '2.3.0.1');

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.1_rc');
define('VERSION', '2.3.0.1');
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.1_rc');
define('VERSION', '2.3.0.1');

// 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.1_rc');
define('VERSION', '2.3.0.1');

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

0 comments on commit 42d9d1c

Please sign in to comment.