summaryrefslogtreecommitdiff
path: root/modules/VC8ProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-04-21 13:51:14 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-04-21 13:51:14 +0000
commitfd9c17162423e99f9b917300fc1b044b3d8034c7 (patch)
tree74be9796ce435f069286fd6d283ec2f05d46bd00 /modules/VC8ProjectCreator.pm
parent45ab6c89f5d5ff3065fa932cf8cdd21e4aa67cdf (diff)
downloadMPC-fd9c17162423e99f9b917300fc1b044b3d8034c7.tar.gz
ChangeLogTag: Wed Apr 21 08:50:01 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/VC8ProjectCreator.pm')
-rw-r--r--modules/VC8ProjectCreator.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/VC8ProjectCreator.pm b/modules/VC8ProjectCreator.pm
index 8cb2d0b3..1f5c581b 100644
--- a/modules/VC8ProjectCreator.pm
+++ b/modules/VC8ProjectCreator.pm
@@ -2,8 +2,8 @@ package VC8ProjectCreator;
# ************************************************************
# Description : A VC8 Project Creator
-# Author : Chad Elliott
-# Create Date : 4/17/2003
+# Author : Johnny Willemsen
+# Create Date : 4/21/2004
# ************************************************************
# ************************************************************
@@ -12,7 +12,7 @@ package VC8ProjectCreator;
use strict;
-use VC8ProjectCreator;
+use VC7ProjectCreator;
use vars qw(@ISA);
@ISA = qw(VC7ProjectCreator);
@@ -22,8 +22,8 @@ use vars qw(@ISA);
# ************************************************************
sub get_vcversion {
- #my($self) = shift;
- return '8,00';
+ #my($self) = shift;
+ return '8.00';
}
1;