Commit cfec3c01 by Scott

1.8.0-beta1

parent fa841183
1.7.5 1.8.0-beta1
\ No newline at end of file \ No newline at end of file
...@@ -1598,7 +1598,7 @@ function qa_db_upgrade_tables() ...@@ -1598,7 +1598,7 @@ function qa_db_upgrade_tables()
qa_db_upgrade_query($locktablesquery); qa_db_upgrade_query($locktablesquery);
break; break;
// Up to here: Version 1.8 alpha // Up to here: Version 1.8 beta1
} }
qa_db_set_db_version($newversion); qa_db_set_db_version($newversion);
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
*/ */
define('QA_VERSION', '1.7.5'); // also used as suffix for .js and .css requests define('QA_VERSION', '1.8.0-beta1'); // also used as suffix for .js and .css requests
define('QA_BUILD_DATE', '2017-08-08'); define('QA_BUILD_DATE', '2017-09-07');
/** /**
......
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