Commit 176f6052 by Scott

1.8.0

parent 5520ae80
1.8.0-beta2 1.8.0
\ No newline at end of file \ No newline at end of file
...@@ -1600,7 +1600,7 @@ function qa_db_upgrade_tables() ...@@ -1600,7 +1600,7 @@ function qa_db_upgrade_tables()
qa_db_upgrade_query($locktablesquery); qa_db_upgrade_query($locktablesquery);
break; break;
// Up to here: Version 1.8 beta1 // Up to here: Version 1.8
} }
qa_db_set_db_version($newversion); qa_db_set_db_version($newversion);
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
*/ */
define('QA_VERSION', '1.8.0-beta2'); // also used as suffix for .js and .css requests define('QA_VERSION', '1.8.0'); // also used as suffix for .js and .css requests
define('QA_BUILD_DATE', '2017-12-23'); define('QA_BUILD_DATE', '2018-01-30');
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment