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

SF.net SVN: ledger-smb:[4101] branches/1.3



Revision: 4101
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4101&view=rev
Author:   einhverfr
Date:     2011-11-26 23:59:36 +0000 (Sat, 26 Nov 2011)
Log Message:
-----------
Bumping up version numbers tocorrect test failures

Modified Paths:
--------------
    branches/1.3/LedgerSMB/Form.pm
    branches/1.3/LedgerSMB.pm
    branches/1.3/VERSION
    branches/1.3/dists/source/build.sh

Modified: branches/1.3/LedgerSMB/Form.pm
===================================================================
--- branches/1.3/LedgerSMB/Form.pm	2011-11-26 23:56:04 UTC (rev 4100)
+++ branches/1.3/LedgerSMB/Form.pm	2011-11-26 23:59:36 UTC (rev 4101)
@@ -161,7 +161,7 @@
     #menubar will be deprecated, replaced with below
     $self->{lynx} = 1 if ( ( defined $self->{path} ) && ( $self->{path} =~ /lynx/i ) );
 
-    $self->{version}   = "1.3.6";
+    $self->{version}   = "1.3.7";
     $self->{dbversion} = "1.3.7";
 
     bless $self, $type;

Modified: branches/1.3/LedgerSMB.pm
===================================================================
--- branches/1.3/LedgerSMB.pm	2011-11-26 23:56:04 UTC (rev 4100)
+++ branches/1.3/LedgerSMB.pm	2011-11-26 23:59:36 UTC (rev 4101)
@@ -221,7 +221,7 @@
 $CGI::Simple::POST_MAX = -1;
 
 package LedgerSMB;
-our $VERSION = '1.3.6';
+our $VERSION = '1.3.7';
 
 my $logger = Log::Log4perl->get_logger('LedgerSMB');
 

Modified: branches/1.3/VERSION
===================================================================
--- branches/1.3/VERSION	2011-11-26 23:56:04 UTC (rev 4100)
+++ branches/1.3/VERSION	2011-11-26 23:59:36 UTC (rev 4101)
@@ -1 +1 @@
-1.3.6
+1.3.7

Modified: branches/1.3/dists/source/build.sh
===================================================================
--- branches/1.3/dists/source/build.sh	2011-11-26 23:56:04 UTC (rev 4100)
+++ branches/1.3/dists/source/build.sh	2011-11-26 23:59:36 UTC (rev 4101)
@@ -2,7 +2,7 @@
 
 # Simple script to prepare for release
 
-version="1.3.6";
+version="1.3.7";
 build_d="../release";
 
 if test -d $build_d/ledgersmb; then

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.