diff --git a/docs/install.rst b/docs/install.rst index 15016b5e..1a853bc7 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -3,19 +3,19 @@ Download and Install Dust3D * For Windows (64 Bit): - https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.5/dust3d-1.0.0-rc.5.zip + https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.6/dust3d-1.0.0-rc.6.zip No need to install, unzip and run the exe. * For Windows (32 Bit): - https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.5/dust3d-1.0.0-rc.5-x86.zip + https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.6/dust3d-1.0.0-rc.6-x86.zip No need to install, unzip and run the exe. * For Mac OS X: - https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.5/dust3d-1.0.0-rc.5.dmg + https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.6/dust3d-1.0.0-rc.6.dmg If "The following disk images could't be opened" popped up, that means the downloaded file was broken, please retry. @@ -30,12 +30,12 @@ Download and Install Dust3D * For Linux: - https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.5/dust3d-1.0.0-rc.5.AppImage + https://github.com/huxingyi/dust3d/releases/download/1.0.0-rc.6/dust3d-1.0.0-rc.6.AppImage .. code-block:: none - $ chmod a+x ./dust3d-1.0.0-rc.5.AppImage - $ ./dust3d-1.0.0-rc.5.AppImage + $ chmod a+x ./dust3d-1.0.0-rc.6.AppImage + $ ./dust3d-1.0.0-rc.6.AppImage * Build on Your Own: diff --git a/dust3d.pro b/dust3d.pro index e4583cb3..8aa4f7c4 100644 --- a/dust3d.pro +++ b/dust3d.pro @@ -66,10 +66,10 @@ macx { } isEmpty(HUMAN_VERSION) { - HUMAN_VERSION = "1.0.0-rc.6" + HUMAN_VERSION = "1.0.0-rc.7" } isEmpty(VERSION) { - VERSION = 1.0.0.36 + VERSION = 1.0.0.37 } HOMEPAGE_URL = "https://dust3d.org/"