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

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



Revision: 2277
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2277&view=rev
Author:   einhverfr
Date:     2008-08-18 04:56:23 +0000 (Mon, 18 Aug 2008)

Log Message:
-----------
Version number updates, changelog and release notes forthcoming

Modified Paths:
--------------
    branches/1.2/Build.PL
    branches/1.2/LedgerSMB/Form.pm
    branches/1.2/Makefile.PL
    branches/1.2/VERSION
    branches/1.2/dists/rpm/ledgersmb.spec
    branches/1.2/dists/source/build.sh

Modified: branches/1.2/Build.PL
===================================================================
--- branches/1.2/Build.PL	2008-08-17 17:44:59 UTC (rev 2276)
+++ branches/1.2/Build.PL	2008-08-18 04:56:23 UTC (rev 2277)
@@ -5,7 +5,7 @@
 
 my $build = Module::Build->new (
 	dist_name => 'LedgerSMB',
-	dist_version => '1.2.14',
+	dist_version => '1.2.15',
 	license => 'GPL',
 	requires => {
 		'perl'				=> '>= 5.8.1',

Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm	2008-08-17 17:44:59 UTC (rev 2276)
+++ branches/1.2/LedgerSMB/Form.pm	2008-08-18 04:56:23 UTC (rev 2277)
@@ -88,7 +88,7 @@
     #menubar will be deprecated, replaced with below
     $self->{lynx} = 1 if $self->{path} =~ /lynx/i;
 
-    $self->{version}   = "1.2.14";
+    $self->{version}   = "1.2.15";
     $self->{dbversion} = "1.2.0";
 
     bless $self, $type;

Modified: branches/1.2/Makefile.PL
===================================================================
--- branches/1.2/Makefile.PL	2008-08-17 17:44:59 UTC (rev 2276)
+++ branches/1.2/Makefile.PL	2008-08-18 04:56:23 UTC (rev 2277)
@@ -5,7 +5,7 @@
 use inc::Module::Install 0.65;
 
 name 'LedgerSMB';
-version '1.2.14';
+version '1.2.15';
 license 'GPL';
 
 perl_version '5.8.1';

Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION	2008-08-17 17:44:59 UTC (rev 2276)
+++ branches/1.2/VERSION	2008-08-18 04:56:23 UTC (rev 2277)
@@ -1 +1 @@
-1.2.14 
+1.2.15 

Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec	2008-08-17 17:44:59 UTC (rev 2276)
+++ branches/1.2/dists/rpm/ledgersmb.spec	2008-08-18 04:56:23 UTC (rev 2277)
@@ -1,7 +1,7 @@
 # RPM spec written for and tested on Fedora Core 6
 Summary: LedgerSMB - Open Source accounting software
 Name: ledgersmb
-Version: 1.2.14
+Version: 1.2.15
 Release: 1
 License: GPLv2+
 URL: http://www.ledgersmb.org/

Modified: branches/1.2/dists/source/build.sh
===================================================================
--- branches/1.2/dists/source/build.sh	2008-08-17 17:44:59 UTC (rev 2276)
+++ branches/1.2/dists/source/build.sh	2008-08-18 04:56:23 UTC (rev 2277)
@@ -9,7 +9,7 @@
    pgdoc="true";
 fi
 
-version="1.2.14";
+version="1.2.15";
 #rpmversion="1.2.6";
 build_d="../release";
 


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