summaryrefslogtreecommitdiff
path: root/modules/VC10WorkspaceCreator.pm
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-11-10 10:49:39 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-11-10 10:49:39 +0000
commitbac056ae687e8b810997be1de2d950a4bfc0194a (patch)
tree35e6d6a313287df45f672ba32639ededabaea00e /modules/VC10WorkspaceCreator.pm
parent8a2cb8297356786df0647b5ed86fb97e389030b2 (diff)
downloadMPC-bac056ae687e8b810997be1de2d950a4bfc0194a.tar.gz
Mon Nov 10 10:45:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'modules/VC10WorkspaceCreator.pm')
-rw-r--r--modules/VC10WorkspaceCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/VC10WorkspaceCreator.pm b/modules/VC10WorkspaceCreator.pm
index 0c84c62c..6fa35da2 100644
--- a/modules/VC10WorkspaceCreator.pm
+++ b/modules/VC10WorkspaceCreator.pm
@@ -36,7 +36,7 @@ sub pre_workspace {
my $crlf = $self->crlf();
print $fh '', $crlf,
- 'Microsoft Visual Studio Solution File, Format Version 10.00', $crlf;
+ 'Microsoft Visual Studio Solution File, Format Version 11.00', $crlf;
$self->print_workspace_comment($fh,
'# Visual Studio 10', $crlf,
'# $Id$', $crlf,