summaryrefslogtreecommitdiff
path: root/modules/Version.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-08-22 12:17:18 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-08-22 12:17:18 +0000
commit26e887e0ae535cb2d99c470f9ac572e2f19818eb (patch)
treeefb3049ce86a9f68cd799604d85c75362e14ce3d /modules/Version.pm
parentdcf754577e959d909494623795034be40e2b5e9f (diff)
downloadMPC-26e887e0ae535cb2d99c470f9ac572e2f19818eb.tar.gz
ChangeLogTag: Mon Aug 22 07:17:17 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/Version.pm')
-rw-r--r--modules/Version.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Version.pm b/modules/Version.pm
index 061d0686..566ad488 100644
--- a/modules/Version.pm
+++ b/modules/Version.pm
@@ -17,7 +17,7 @@ use strict;
# ************************************************************
## This is the starting major and minor version
-my($version) = '3.2';
+my($version) = '3.3';
my($once) = 1;
# ************************************************************