Skip to content

Commit 176f605

Browse files
committed
1.8.0
1 parent 5520ae8 commit 176f605

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0-beta2
1+
1.8.0

Diff for: qa-include/db/install.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1600,7 +1600,7 @@ function qa_db_upgrade_tables()
16001600
qa_db_upgrade_query($locktablesquery);
16011601
break;
16021602

1603-
// Up to here: Version 1.8 beta1
1603+
// Up to here: Version 1.8
16041604
}
16051605

16061606
qa_db_set_db_version($newversion);

Diff for: qa-include/qa-base.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
*/
2121

2222

23-
define('QA_VERSION', '1.8.0-beta2'); // also used as suffix for .js and .css requests
24-
define('QA_BUILD_DATE', '2017-12-23');
23+
define('QA_VERSION', '1.8.0'); // also used as suffix for .js and .css requests
24+
define('QA_BUILD_DATE', '2018-01-30');
2525

2626

2727
/**

0 commit comments

Comments
 (0)