[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1940] branches/1.2
- Subject: SF.net SVN: ledger-smb: [1940] branches/1.2
- From: ..hidden..
- Date: Tue, 04 Dec 2007 13:09:39 -0800
Revision: 1940
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1940&view=rev
Author: einhverfr
Date: 2007-12-04 13:09:27 -0800 (Tue, 04 Dec 2007)
Log Message:
-----------
Updating version numbers in advance of 1.2.10 release
Modified Paths:
--------------
branches/1.2/LedgerSMB/Form.pm
branches/1.2/VERSION
branches/1.2/dists/rpm/ledgersmb.spec
branches/1.2/dists/source/build.sh
Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm 2007-12-04 20:01:13 UTC (rev 1939)
+++ branches/1.2/LedgerSMB/Form.pm 2007-12-04 21:09:27 UTC (rev 1940)
@@ -83,7 +83,7 @@
#menubar will be deprecated, replaced with below
$self->{lynx} = 1 if $self->{path} =~ /lynx/i;
- $self->{version} = "1.2.9";
+ $self->{version} = "1.2.10";
$self->{dbversion} = "1.2.0";
bless $self, $type;
@@ -432,7 +432,6 @@
}
if ( $places =~ /\d+/ ) {
-
#$places = 4 if $places == 2;
$amount = $self->round_amount( $amount, $places );
}
@@ -569,7 +568,7 @@
$amount = new Math::BigFloat($amount);
- return ( $amount * 1 );
+ return ($amount);
}
sub round_amount {
Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION 2007-12-04 20:01:13 UTC (rev 1939)
+++ branches/1.2/VERSION 2007-12-04 21:09:27 UTC (rev 1940)
@@ -1 +1 @@
-1.2.9
+1.2.10
Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec 2007-12-04 20:01:13 UTC (rev 1939)
+++ branches/1.2/dists/rpm/ledgersmb.spec 2007-12-04 21:09:27 UTC (rev 1940)
@@ -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.9
+Version: 1.2.10
Release: 1
License: GPL
URL: http://www.ledgersmb.org/
Modified: branches/1.2/dists/source/build.sh
===================================================================
--- branches/1.2/dists/source/build.sh 2007-12-04 20:01:13 UTC (rev 1939)
+++ branches/1.2/dists/source/build.sh 2007-12-04 21:09:27 UTC (rev 1940)
@@ -9,7 +9,7 @@
pgdoc="true";
fi
-version="1.2.9";
+version="1.2.10";
#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.