Skip to content

Commit

Permalink
Updated version number to 0.0.8.alpha.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemorken committed Jul 13, 2023
1 parent db6a821 commit 5c8aa7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/mysql/anyDefs.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//////////////////////////////////////////////////////////////////

// Version number
define("gVersion", "0.0.7.alpha");
define("gVersion", "0.0.8.alpha");

// Data source
define("gDataScript", "data/mysql/anyGetData.php"); // Relative to gHomeFolder
Expand Down
2 changes: 1 addition & 1 deletion view/anyDefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var gSkin = "default";
// Do not edit below unless you really know what you are doing. //
//////////////////////////////////////////////////////////////////

var gVersion = "0.0.7.alpha";
var gVersion = "0.0.8.alpha";

var any_defs = {
dataScript: gServer + gHomeFolder + gDataScript, // URL of the data source script
Expand Down

0 comments on commit 5c8aa7f

Please sign in to comment.