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

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



Revision: 1054
          http://svn.sourceforge.net/ledger-smb/?rev=1054&view=rev
Author:   einhverfr
Date:     2007-04-09 17:08:34 -0700 (Mon, 09 Apr 2007)

Log Message:
-----------
Updating version strings in preparation for 1.2.2.  Submitting for validation

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-04-09 23:26:44 UTC (rev 1053)
+++ branches/1.2/LedgerSMB/Form.pm	2007-04-10 00:08:34 UTC (rev 1054)
@@ -80,7 +80,7 @@
 	#menubar will be deprecated, replaced with below
 	$self->{lynx} = 1 if $self->{path} =~ /lynx/i;
 
-	$self->{version} = "1.2.1";
+	$self->{version} = "1.2.2";
 	$self->{dbversion} = "1.2.0";
 
 

Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION	2007-04-09 23:26:44 UTC (rev 1053)
+++ branches/1.2/VERSION	2007-04-10 00:08:34 UTC (rev 1054)
@@ -1 +1 @@
-1.2.1 
+1.2.2 

Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec	2007-04-09 23:26:44 UTC (rev 1053)
+++ branches/1.2/dists/rpm/ledgersmb.spec	2007-04-10 00:08:34 UTC (rev 1054)
@@ -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.1
+Version: 1.2.2
 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-04-09 23:26:44 UTC (rev 1053)
+++ branches/1.2/dists/source/build.sh	2007-04-10 00:08:34 UTC (rev 1054)
@@ -9,8 +9,8 @@
    pgdoc="true";
 fi
 
-version="1.2.1";
-rpmversion="1.2.1";
+version="1.2.2";
+rpmversion="1.2.2";
 build_d="../release";
 
 if test -d blib; then


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