diff --git a/Design/quasarVersion.txt b/Design/quasarVersion.txt index 59fb90c3..b7c8e167 100644 --- a/Design/quasarVersion.txt +++ b/Design/quasarVersion.txt @@ -1 +1 @@ -v1.7.0-rc6 \ No newline at end of file +v1.7.0 \ No newline at end of file diff --git a/Documentation/source/_static/versions.json b/Documentation/source/_static/versions.json index d3a15439..a8dacca5 100644 --- a/Documentation/source/_static/versions.json +++ b/Documentation/source/_static/versions.json @@ -1,7 +1,7 @@ { "versions": [ "latest", - "v1.7.0-rc6", + "v1.7.0", "v1.6.1", "v1.6.0", "v1.5.18", diff --git a/FrameworkInternals/files.txt b/FrameworkInternals/files.txt index 1f6da177..c7d08c1d 100644 --- a/FrameworkInternals/files.txt +++ b/FrameworkInternals/files.txt @@ -456,7 +456,7 @@ }, "quasarVersion.txt": { "install": "overwrite", - "md5": "9fb613699e5c19ac96b6160d25a402ed", + "md5": "d022733f2888fd2600d5fae12b273d97", "must_be_versioned": true, "must_exist": true }, @@ -1191,7 +1191,7 @@ }, "QuasarVersion.h": { "install": "overwrite", - "md5": "2920e490a47aa9e40e96ccd20163b1b5", + "md5": "ea984fd15db8fe9e45282d4e76169b1b", "must_be_versioned": true, "must_exist": true }, diff --git a/Server/include/QuasarVersion.h b/Server/include/QuasarVersion.h index 143142e5..6fff2638 100644 --- a/Server/include/QuasarVersion.h +++ b/Server/include/QuasarVersion.h @@ -1 +1 @@ -#define QUASAR_VERSION_STR "v1.7.0-rc6" +#define QUASAR_VERSION_STR "v1.7.0"