Skip to content

Commit cfec3c0

Browse files
committed
1.8.0-beta1
1 parent fa84118 commit cfec3c0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.5
1+
1.8.0-beta1

qa-include/db/install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,7 @@ function qa_db_upgrade_tables()
15981598
qa_db_upgrade_query($locktablesquery);
15991599
break;
16001600

1601-
// Up to here: Version 1.8 alpha
1601+
// Up to here: Version 1.8 beta1
16021602
}
16031603

16041604
qa_db_set_db_version($newversion);

qa-include/qa-base.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
*/
2121

2222

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

2626

2727
/**

0 commit comments

Comments
 (0)