diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 85d7caf5..64218ac5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -16,4 +16,5 @@ Jared Deckard Brandon Vandegrift iKlsR Jimmy Gunawan -mikeruddy \ No newline at end of file +mikeruddy +Helspank \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index cd0aaeea..8cc6ca63 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,6 +62,9 @@ after_test: - mkdir platforms - copy %QTDIR%\plugins\platforms\qwindows.dll %APPVEYOR_BUILD_FOLDER%\platforms\qwindows.dll - 7z a dust3d-%TAG%-%PLATFORM%.zip -r %APPVEYOR_BUILD_FOLDER%\platforms\ + - mkdir imageformats + - copy %QTDIR%\plugins\imageformats\qjpeg.dll %APPVEYOR_BUILD_FOLDER%\imageformats\qjpeg.dll + - 7z a dust3d-%TAG%-%PLATFORM%.zip -r %APPVEYOR_BUILD_FOLDER%\imageformats\ artifacts: - path: '*.zip' diff --git a/dust3d.pro b/dust3d.pro index 708a3dc7..44e09637 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.6" + HUMAN_VERSION = "1.0.0-beta.7" } isEmpty(VERSION) { - VERSION = 1.0.0.6 + VERSION = 1.0.0.7 } REPOSITORY_URL = "https://github.com/huxingyi/dust3d"