diff --git a/dust3d.pro b/dust3d.pro index a83c7a74..2fab4e07 100644 --- a/dust3d.pro +++ b/dust3d.pro @@ -4,10 +4,10 @@ DEFINES += NDEBUG RESOURCES += resources.qrc isEmpty(HUMAN_VERSION) { - HUMAN_VERSION = "0.0-unversioned" + HUMAN_VERSION = "1.0.0-beta" } isEmpty(VERSION) { - VERSION = 0.0.0.1 + VERSION = 1.0.0.1 } REPOSITORY_URL = "https://github.com/huxingyi/dust3d"