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

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



Revision: 1724
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1724&view=rev
Author:   einhverfr
Date:     2007-10-08 21:05:06 -0700 (Mon, 08 Oct 2007)

Log Message:
-----------
Updating version numbers for 1.2.9

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-10-08 22:40:58 UTC (rev 1723)
+++ branches/1.2/LedgerSMB/Form.pm	2007-10-09 04:05:06 UTC (rev 1724)
@@ -83,7 +83,7 @@
     #menubar will be deprecated, replaced with below
     $self->{lynx} = 1 if $self->{path} =~ /lynx/i;
 
-    $self->{version}   = "1.2.8";
+    $self->{version}   = "1.2.9";
     $self->{dbversion} = "1.2.0";
 
     bless $self, $type;

Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION	2007-10-08 22:40:58 UTC (rev 1723)
+++ branches/1.2/VERSION	2007-10-09 04:05:06 UTC (rev 1724)
@@ -1 +1 @@
-1.2.8 
+1.2.9 

Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec	2007-10-08 22:40:58 UTC (rev 1723)
+++ branches/1.2/dists/rpm/ledgersmb.spec	2007-10-09 04:05:06 UTC (rev 1724)
@@ -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.8
+Version: 1.2.9
 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-10-08 22:40:58 UTC (rev 1723)
+++ branches/1.2/dists/source/build.sh	2007-10-09 04:05:06 UTC (rev 1724)
@@ -9,7 +9,7 @@
    pgdoc="true";
 fi
 
-version="1.2.8";
+version="1.2.9";
 #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.