summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2008-06-08 20:53:41 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2008-06-08 20:53:41 +0000
commit315091c89469e67358649f4062264445bc6e937e (patch)
treeabc8973eb517db67e579cb6dc3490a95b909366b /Build.PL
parent2f3d852644fb85287c34a60eba9e35966492ed58 (diff)
Set the makefiles' LSMB version to the current value of VERSION
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@2162 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index e6aa8671..ef9bf378 100644
--- a/Build.PL
+++ b/Build.PL
@@ -5,7 +5,7 @@ use Module::Build;
my $build = Module::Build->new (
dist_name => 'LedgerSMB',
- dist_version => '1.2.10',
+ dist_version => '1.2.14',
license => 'GPL',
requires => {
'perl' => '>= 5.8.1',