Skip to content

Commit

Permalink
Merge pull request #279 from npds/v16.0.1-beta-dev
Browse files Browse the repository at this point in the history
forgot maj version
  • Loading branch information
jipexu committed Jan 20, 2018
2 parents 86d2292 + 5618f26 commit 5c5dda4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion revolution_16/admin/settings_save.php
Expand Up @@ -562,7 +562,7 @@ function ConfigSave($xparse,$xsitename,$xnuke_url,$xsite_logo,$xslogan,$xstartda
$content .= "\$NPDS_Prefix = \"$NPDS_Prefix\";\n";
if ($NPDS_Key=="") {$NPDS_Key=uniqid("");}
$content .= "\$NPDS_Key = \"$NPDS_Key\";\n";
$content .= "\$Version_Num = \"v.16.0.0-beta\";\n";
$content .= "\$Version_Num = \"v.16.0.1-beta\";\n";
$content .= "\$Version_Id = \"NPDS\";\n";
$content .= "\$Version_Sub = \"REvolution\";\n";
$content .= "\n";
Expand Down
2 changes: 1 addition & 1 deletion revolution_16/config.php
Expand Up @@ -317,7 +317,7 @@

$NPDS_Prefix = "";
$NPDS_Key = "";
$Version_Num = "v.16.0.0-beta";
$Version_Num = "v.16.0.1-beta";
$Version_Id = "NPDS";
$Version_Sub = "REvolution";

Expand Down

0 comments on commit 5c5dda4

Please sign in to comment.