Skip to content

Commit

Permalink
update version number 4.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkerr committed May 23, 2022
1 parent a203e73 commit 90b9f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion upload/admin/index.php
@@ -1,6 +1,6 @@
<?php
// Version
define('VERSION', '4.0.0.0_b');
define('VERSION', '4.0.0.0');

// Configuration
if (is_file('config.php')) {
Expand Down
2 changes: 1 addition & 1 deletion upload/index.php
@@ -1,6 +1,6 @@
<?php
// Version
define('VERSION', '4.0.0.0_b');
define('VERSION', '4.0.0.0');

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

0 comments on commit 90b9f67

Please sign in to comment.