aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild
diff options
context:
space:
mode:
Diffstat (limited to 'Prebuild')
-rw-r--r--Prebuild/src/Core/Targets/VS2008Target.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Prebuild/src/Core/Targets/VS2008Target.cs b/Prebuild/src/Core/Targets/VS2008Target.cs
index 6074915..fa8a889 100644
--- a/Prebuild/src/Core/Targets/VS2008Target.cs
+++ b/Prebuild/src/Core/Targets/VS2008Target.cs
@@ -43,7 +43,7 @@ namespace Prebuild.Core.Targets
43 { 43 {
44 get 44 get
45 { 45 {
46 return "9.0.20706"; 46 return "9.0.21022";
47 } 47 }
48 } 48 }
49 49