From 7a244c2a16e7de8b1d6aa7b4b9fd976b8af7947e Mon Sep 17 00:00:00 2001 From: Jeremy Hu Date: Sat, 1 Dec 2018 14:14:53 +0930 Subject: [PATCH] Release 1.0.0-beta.2 --- dust3d.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dust3d.pro b/dust3d.pro index 2fab4e07..5efb950c 100644 --- a/dust3d.pro +++ b/dust3d.pro @@ -4,10 +4,10 @@ DEFINES += NDEBUG RESOURCES += resources.qrc isEmpty(HUMAN_VERSION) { - HUMAN_VERSION = "1.0.0-beta" + HUMAN_VERSION = "1.0.0-beta.2" } isEmpty(VERSION) { - VERSION = 1.0.0.1 + VERSION = 1.0.0.2 } REPOSITORY_URL = "https://github.com/huxingyi/dust3d"