summaryrefslogtreecommitdiff
path: root/modules/Version.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-05-18 11:15:16 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-05-18 11:15:16 +0000
commitca734a6d8bd32092b67dae732ffc86ed80a786bd (patch)
tree33034e15e20bedf5dd05179f591df60b13a53e21 /modules/Version.pm
parent5f29e1c72d986f9e887eeb44ae03265446d35c7f (diff)
downloadMPC-ca734a6d8bd32092b67dae732ffc86ed80a786bd.tar.gz
ChangeLogTag: Fri May 18 11:17:11 UTC 2007 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 842d3423..8ca808e0 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.4';
+my($version) = '3.5';
my($once) = 1;
# ************************************************************