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

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



Revision: 2013
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2013&view=rev
Author:   einhverfr
Date:     2007-12-27 21:36:45 -0800 (Thu, 27 Dec 2007)

Log Message:
-----------
Updating version numbers

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-28 02:42:48 UTC (rev 2012)
+++ branches/1.2/LedgerSMB/Form.pm	2007-12-28 05:36:45 UTC (rev 2013)
@@ -83,7 +83,7 @@
     #menubar will be deprecated, replaced with below
     $self->{lynx} = 1 if $self->{path} =~ /lynx/i;
 
-    $self->{version}   = "1.2.10";
+    $self->{version}   = "1.2.11";
     $self->{dbversion} = "1.2.0";
 
     bless $self, $type;

Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION	2007-12-28 02:42:48 UTC (rev 2012)
+++ branches/1.2/VERSION	2007-12-28 05:36:45 UTC (rev 2013)
@@ -1 +1 @@
-1.2.10 
+1.2.11 

Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec	2007-12-28 02:42:48 UTC (rev 2012)
+++ branches/1.2/dists/rpm/ledgersmb.spec	2007-12-28 05:36:45 UTC (rev 2013)
@@ -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.10
+Version: 1.2.11
 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-28 02:42:48 UTC (rev 2012)
+++ branches/1.2/dists/source/build.sh	2007-12-28 05:36:45 UTC (rev 2013)
@@ -9,7 +9,7 @@
    pgdoc="true";
 fi
 
-version="1.2.10";
+version="1.2.11";
 #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.