summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2014-10-08 13:45:41 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2014-10-08 13:45:41 +0000
commit26cd2f942f020319100447f1564739b64024238d (patch)
tree2bc442a8513f0215d7ecc5b27b4053a14c258ee7 /modules
parenta6c05d2a0179b5967e2babbd5f99b1591d8a58c7 (diff)
downloadMPC-26cd2f942f020319100447f1564739b64024238d.tar.gz
ChangeLogTag: Wed Oct 8 13:41:24 UTC 2014 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules')
-rw-r--r--modules/Version.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Version.pm b/modules/Version.pm
index c0e62bf1..081a1546 100644
--- a/modules/Version.pm
+++ b/modules/Version.pm
@@ -18,7 +18,7 @@ use strict;
# ************************************************************
## This is the starting major and minor version
-my $version = '4.0';
+my $version = '4.1';
my $once = 1;
# ************************************************************