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

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



Revision: 3672
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3672&view=rev
Author:   einhverfr
Date:     2011-08-18 22:12:28 +0000 (Thu, 18 Aug 2011)

Log Message:
-----------
Versioning changes for 1.2.25:

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	2011-08-18 21:30:50 UTC (rev 3671)
+++ branches/1.2/LedgerSMB/Form.pm	2011-08-18 22:12:28 UTC (rev 3672)
@@ -90,7 +90,7 @@
     #menubar will be deprecated, replaced with below
     $self->{lynx} = 1 if $self->{path} =~ /lynx/i;
 
-    $self->{version}   = "1.2.24";
+    $self->{version}   = "1.2.25";
     $self->{dbversion} = "1.2.0";
 
     bless $self, $type;

Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION	2011-08-18 21:30:50 UTC (rev 3671)
+++ branches/1.2/VERSION	2011-08-18 22:12:28 UTC (rev 3672)
@@ -1 +1 @@
-1.2.24
+1.2.25

Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec	2011-08-18 21:30:50 UTC (rev 3671)
+++ branches/1.2/dists/rpm/ledgersmb.spec	2011-08-18 22:12:28 UTC (rev 3672)
@@ -1,7 +1,7 @@
 # RPM spec written for and tested on Fedora Core 13
 Summary: LedgerSMB - Open Source accounting software
 Name: ledgersmb
-Version: 1.2.24
+Version: 1.2.25
 Release: 1
 License: GPLv2+
 URL: http://www.ledgersmb.org/

Modified: branches/1.2/dists/source/build.sh
===================================================================
--- branches/1.2/dists/source/build.sh	2011-08-18 21:30:50 UTC (rev 3671)
+++ branches/1.2/dists/source/build.sh	2011-08-18 22:12:28 UTC (rev 3672)
@@ -9,7 +9,7 @@
    pgdoc="true";
 fi
 
-version="1.2.24";
+version="1.2.25";
 #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.