diff --git a/Design/quasarVersion.txt b/Design/quasarVersion.txt index 3fd526c0..bba36e81 100644 --- a/Design/quasarVersion.txt +++ b/Design/quasarVersion.txt @@ -1 +1 @@ -v1.7.0-rc4 \ No newline at end of file +v1.7.0-rc5 \ No newline at end of file diff --git a/Documentation/source/_static/versions.json b/Documentation/source/_static/versions.json index f3f5c467..b9233470 100644 --- a/Documentation/source/_static/versions.json +++ b/Documentation/source/_static/versions.json @@ -1,7 +1,7 @@ { "versions": [ "latest", - "v1.7.0-rc4", + "v1.7.0-rc5", "v1.6.1", "v1.6.0", "v1.5.18", diff --git a/FrameworkInternals/files.txt b/FrameworkInternals/files.txt index 71634c12..0eb59316 100644 --- a/FrameworkInternals/files.txt +++ b/FrameworkInternals/files.txt @@ -456,7 +456,7 @@ }, "quasarVersion.txt": { "install": "overwrite", - "md5": "b40bbf522fe0cc0b5476f410555db1c8", + "md5": "04f7203b77f87fc9485c90ec151ee8c5", "must_be_versioned": true, "must_exist": true }, @@ -1191,7 +1191,7 @@ }, "QuasarVersion.h": { "install": "overwrite", - "md5": "ce188f02c0a618967a96813cd314e41a", + "md5": "658ea58b61ad5caa5fdbc2806f8496e0", "must_be_versioned": true, "must_exist": true }, diff --git a/Server/include/QuasarVersion.h b/Server/include/QuasarVersion.h index 9441f3b5..6cea06e8 100644 --- a/Server/include/QuasarVersion.h +++ b/Server/include/QuasarVersion.h @@ -1 +1 @@ -#define QUASAR_VERSION_STR "v1.7.0-rc4" +#define QUASAR_VERSION_STR "v1.7.0-rc5"