-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update builddefs-qmake to 4.6.1 feat[init]: set default qmake tag to 4.6.1 for init command. update CHANGELOG.md
- Loading branch information
Showing
4 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
### Remaken evolutions | ||
- Update remaken version to 1.7.0 | ||
- Update builddefs/qmake to 4.6.0 | ||
- Add support for conan index: conan-center packages url are created without appending the '@user/channel' suffix, for packages from other remotes the '@user/channel' suffix is still added. | ||
- Init command default qmake tag is set to 4.6.0. | ||
- Update remaken version to 1.7.1 | ||
- Update builddefs/qmake to 4.6.1 | ||
- Init command default qmake tag is set to 4.6.1. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
TARGET = remaken | ||
VERSION=1.7.0 | ||
VERSION=1.7.1 | ||
|
||
CONFIG += c++1z | ||
CONFIG += console | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters