[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [819] branches/1.2
- Subject: SF.net SVN: ledger-smb: [819] branches/1.2
- From: ..hidden..
- Date: Mon, 19 Feb 2007 17:47:55 -0800
Revision: 819
http://svn.sourceforge.net/ledger-smb/?rev=819&view=rev
Author: einhverfr
Date: 2007-02-19 17:47:54 -0800 (Mon, 19 Feb 2007)
Log Message:
-----------
Updating version strings to rc1
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-02-19 21:17:38 UTC (rev 818)
+++ branches/1.2/LedgerSMB/Form.pm 2007-02-20 01:47:54 UTC (rev 819)
@@ -71,7 +71,7 @@
#menubar will be deprecated, replaced with below
$self->{lynx} = 1 if $self->{path} =~ /lynx/i;
- $self->{version} = "1.2.0 Beta 4";
+ $self->{version} = "1.2.0 Release Candidate 1";
$self->{dbversion} = "1.2.0";
bless $self, $type;
Modified: branches/1.2/VERSION
===================================================================
--- branches/1.2/VERSION 2007-02-19 21:17:38 UTC (rev 818)
+++ branches/1.2/VERSION 2007-02-20 01:47:54 UTC (rev 819)
@@ -1 +1 @@
-1.2.0 Beta 4
+1.2.0 Release Candidate 1
Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec 2007-02-19 21:17:38 UTC (rev 818)
+++ branches/1.2/dists/rpm/ledgersmb.spec 2007-02-20 01:47:54 UTC (rev 819)
@@ -1,7 +1,7 @@
# RPM spec written for and tested on Fedora Core 6
Summary: LedgerSMB - Open Source accounting software
Name: ledger-smb
-Version: 1.2.0b5
+Version: 1.2.0rc1
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-02-19 21:17:38 UTC (rev 818)
+++ branches/1.2/dists/source/build.sh 2007-02-20 01:47:54 UTC (rev 819)
@@ -2,7 +2,7 @@
# Simple script to prepare for release
-version="1.2.0b5";
+version="1.2.0rc1";
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.