summaryrefslogtreecommitdiff
path: root/modules/VC12WorkspaceCreator.pm
diff options
context:
space:
mode:
authorLukeLeo <LukeLeo2016@163.com>2017-01-09 18:55:00 +0800
committerLukeLeo <LukeLeo2016@163.com>2017-01-09 18:55:00 +0800
commit5511ff5af0963f999731b5a5a374f09fa62976fd (patch)
treedc1e1a96fff7f89a6320840b831cd2acec956538 /modules/VC12WorkspaceCreator.pm
parent7fb4a793e8b8ae36bbbb610a4f2647a2fd20dfd9 (diff)
downloadMPC-5511ff5af0963f999731b5a5a374f09fa62976fd.tar.gz
fixed mixed vc version set for vc11 and vc 12
Diffstat (limited to 'modules/VC12WorkspaceCreator.pm')
-rw-r--r--modules/VC12WorkspaceCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/VC12WorkspaceCreator.pm b/modules/VC12WorkspaceCreator.pm
index bed94737..3795ac2e 100644
--- a/modules/VC12WorkspaceCreator.pm
+++ b/modules/VC12WorkspaceCreator.pm
@@ -29,7 +29,7 @@ sub pre_workspace {
print $fh '', $crlf,
'Microsoft Visual Studio Solution File, Format Version 12.00', $crlf;
$self->print_workspace_comment($fh,
- '# Visual Studio 2012', $crlf,
+ '# Visual Studio 2013', $crlf,
'#', $crlf,
'# This file was generated by MPC. Any changes made directly to', $crlf,
'# this file will be lost the next time it is generated.', $crlf,