[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [2162] branches/1.2



Revision: 2162
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2162&view=rev
Author:   tetragon
Date:     2008-06-08 13:53:41 -0700 (Sun, 08 Jun 2008)

Log Message:
-----------
Set the makefiles' LSMB version to the current value of VERSION

Modified Paths:
--------------
    branches/1.2/Build.PL
    branches/1.2/Makefile.PL

Modified: branches/1.2/Build.PL
===================================================================
--- branches/1.2/Build.PL	2008-06-07 00:33:53 UTC (rev 2161)
+++ branches/1.2/Build.PL	2008-06-08 20:53:41 UTC (rev 2162)
@@ -5,7 +5,7 @@
 
 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',

Modified: branches/1.2/Makefile.PL
===================================================================
--- branches/1.2/Makefile.PL	2008-06-07 00:33:53 UTC (rev 2161)
+++ branches/1.2/Makefile.PL	2008-06-08 20:53:41 UTC (rev 2162)
@@ -5,7 +5,7 @@
 use inc::Module::Install 0.65;
 
 name 'LedgerSMB';
-version '1.2.10';
+version '1.2.14';
 license 'GPL';
 
 perl_version '5.8.1';


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.