Skip to content

Commit

Permalink
update remaken version to 1.7.
Browse files Browse the repository at this point in the history
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
Firefly35 committed Aug 17, 2020
2 parents 6836446 + 6db32e7 commit 52b5bda
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
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.

2 changes: 1 addition & 1 deletion builddefs/qmake
Submodule qmake updated 2 files
+2 −1 README.md
+8 −10 install_dependencies.pri
2 changes: 1 addition & 1 deletion remaken.pro
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
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Constants {
static constexpr const char * REMAKEN_PROFILES_FOLDER = "profiles";
static constexpr const char * REMAKEN_CACHE_FILE = ".remaken-cache";
static constexpr const char * ARTIFACTORY_API_KEY = "artifactoryApiKey";
static constexpr const char * QMAKE_RULES_DEFAULT_TAG = "4.6.0";
static constexpr const char * QMAKE_RULES_DEFAULT_TAG = "4.6.1";
};

#include <boost/filesystem.hpp>
Expand Down

0 comments on commit 52b5bda

Please sign in to comment.