[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1294] branches/1.2
- Subject: SF.net SVN: ledger-smb: [1294] branches/1.2
- From: ..hidden..
- Date: Thu, 21 Jun 2007 14:01:38 -0700
Revision: 1294
http://svn.sourceforge.net/ledger-smb/?rev=1294&view=rev
Author: einhverfr
Date: 2007-06-21 14:01:38 -0700 (Thu, 21 Jun 2007)
Log Message:
-----------
Version number changes
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
branches/1.2/doc/release_notes
Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm 2007-06-21 19:24:27 UTC (rev 1293)
+++ branches/1.2/LedgerSMB/Form.pm 2007-06-21 21:01:38 UTC (rev 1294)
@@ -83,7 +83,7 @@
#menubar will be deprecated, replaced with below
$self->{lynx} = 1 if $self->{path} =~ /lynx/i;
- $self->{version} = "1.2.5";
+ $self->{version} = "1.2.6";
$self->{dbversion} = "1.2.0";
bless $self, $type;
Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION 2007-06-21 19:24:27 UTC (rev 1293)
+++ branches/1.2/VERSION 2007-06-21 21:01:38 UTC (rev 1294)
@@ -1 +1 @@
-1.2.5
+1.2.6
Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec 2007-06-21 19:24:27 UTC (rev 1293)
+++ branches/1.2/dists/rpm/ledgersmb.spec 2007-06-21 21:01:38 UTC (rev 1294)
@@ -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.5
+Version: 1.2.6
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-06-21 19:24:27 UTC (rev 1293)
+++ branches/1.2/dists/source/build.sh 2007-06-21 21:01:38 UTC (rev 1294)
@@ -9,8 +9,8 @@
pgdoc="true";
fi
-version="1.2.5";
-rpmversion="1.2.5";
+version="1.2.6";
+rpmversion="1.2.6";
build_d="../release";
if test -d blib; then
Modified: branches/1.2/doc/release_notes
===================================================================
--- branches/1.2/doc/release_notes 2007-06-21 19:24:27 UTC (rev 1293)
+++ branches/1.2/doc/release_notes 2007-06-21 21:01:38 UTC (rev 1294)
@@ -1,5 +1,5 @@
RELEASE NOTES
-LedgerSMB 1.2.2
+LedgerSMB 1.2.6
@@ -172,3 +172,4 @@
that you do not need to use absolute paths for the printer program (use lpr or
put netdirect.pl in /usr/local/bin and reference without the full path).
+Bugs Fixed in 1.2.6:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.