Skip to content

Commit

Permalink
1.8.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
svivian committed Sep 7, 2017
1 parent fa84118 commit cfec3c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.5
1.8.0-beta1
2 changes: 1 addition & 1 deletion qa-include/db/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@ function qa_db_upgrade_tables()
qa_db_upgrade_query($locktablesquery);
break;

// Up to here: Version 1.8 alpha
// Up to here: Version 1.8 beta1
}

qa_db_set_db_version($newversion);
Expand Down
4 changes: 2 additions & 2 deletions qa-include/qa-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
*/


define('QA_VERSION', '1.7.5'); // also used as suffix for .js and .css requests
define('QA_BUILD_DATE', '2017-08-08');
define('QA_VERSION', '1.8.0-beta1'); // also used as suffix for .js and .css requests
define('QA_BUILD_DATE', '2017-09-07');


/**
Expand Down

0 comments on commit cfec3c0

Please sign in to comment.