Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Commit

Permalink
update module patch version, add msvc2017 x86 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Dec 19, 2018
1 parent 610c5ef commit 49df47b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DEFINES += QT_DEPRECATED_WARNINGS QT_ASCII_CAST_WARNINGS

MODULE_VERSION_MAJOR = 4
MODULE_VERSION_MINOR = 2
MODULE_VERSION_PATCH = 0
MODULE_VERSION_PATCH = 1
MODULE_VERSION_IMPORT = $${MODULE_VERSION_MAJOR}.$${MODULE_VERSION_MINOR}
MODULE_VERSION = $${MODULE_VERSION_MAJOR}.$${MODULE_VERSION_MINOR}.$${MODULE_VERSION_PATCH}

3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ environment:
- PLATFORM: msvc2017_64
- PLATFORM: mingw73_64
- PLATFORM: winrt_x64_msvc2017
- PLATFORM: msvc2017
- PLATFORM: winrt_x86_msvc2017
- PLATFORM: winrt_armv7_msvc2017
- PLATFORM: msvc2015_64
Expand All @@ -25,6 +26,8 @@ matrix:
image: Visual Studio 2015
- PLATFORM: winrt_x64_msvc2017
image: Visual Studio 2015
- PLATFORM: msvc2017
image: Visual Studio 2015
- PLATFORM: winrt_x86_msvc2017
image: Visual Studio 2015
- PLATFORM: winrt_armv7_msvc2017
Expand Down

0 comments on commit 49df47b

Please sign in to comment.