aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2019-11-06 14:36:34 +0100
committerMiguel Costa <miguel.costa@qt.io>2019-11-15 08:42:10 +0000
commitda239ca90edc6274ca6e914f64919ca1bc64df04 (patch)
tree4ac20b7ef417a8caadc468a2de9968a16f865b4e
parent318a5cb09ef0c816180ce2bd7af420952acf7742 (diff)
Update version number to 2.4.2v2.4.2
Change-Id: Icf552f16dd4281f17d91a0d2e575c559634a716f Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--Changelog14
-rw-r--r--src/version.targets2
2 files changed, 15 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 8b2c04c6..12c9fb8a 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,17 @@
+The Qt Visual Studio Tools version 2.4.2 includes several bug fixes.
+
+Changes
+-------
+ - Fixed QTVSADDINBUG-674: Error importing .pro: "invalid character in path"
+ - Fixed QTVSADDINBUG-676: Link error in project with references to other projects
+ - Fixed QTVSADDINBUG-681: Error importing .pro using static build of Qt
+ - Fixed QTVSADDINBUG-683: Error building with long PATH value
+ - Fixed QTVSADDINBUG-684: Build error: " was unexpected
+ - Fixed QTVSADDINBUG-693: Compiling sources generated by Qt tools produces unexpected .asm files
+ - Fixed QTVSADDINBUG-694: Project is never up-to-date
+ - Fixed QTVSADDINBUG-699: Error compiling qrc-generated sources with pre-compiled headers
+
+
The Qt Visual Studio Tools version 2.4.1 includes several bug fixes.
Rev. 12
diff --git a/src/version.targets b/src/version.targets
index 2f46d785..bb884f22 100644
--- a/src/version.targets
+++ b/src/version.targets
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(QtVSToolsVersion)' == ''">
- <QtVSToolsVersion>2.4.1</QtVSToolsVersion>
+ <QtVSToolsVersion>2.4.2</QtVSToolsVersion>
</PropertyGroup>
</Project>