From 25f42278aa3e8e7b40da46a98ed3b58ae80542e8 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Thu, 22 Mar 2007 22:24:23 +0000 Subject: Removing ledgersmb.conf and updating version strings for rc5 build git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@987 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/Form.pm | 2 +- VERSION | 2 +- dists/rpm/ledgersmb.spec | 2 +- dists/source/build.sh | 2 +- ledgersmb.conf | 21 --------------------- 5 files changed, 4 insertions(+), 25 deletions(-) delete mode 100644 ledgersmb.conf diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm index ac3121ae..86ecad77 100755 --- a/LedgerSMB/Form.pm +++ b/LedgerSMB/Form.pm @@ -79,7 +79,7 @@ sub new { #menubar will be deprecated, replaced with below $self->{lynx} = 1 if $self->{path} =~ /lynx/i; - $self->{version} = "1.2.0 Release Candidate 4"; + $self->{version} = "1.2.0 Release Candidate 5"; $self->{dbversion} = "1.2.0"; diff --git a/VERSION b/VERSION index d869c87e..d80b5401 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 Release Candidate 4 +1.2.0 Release Candidate 5 diff --git a/dists/rpm/ledgersmb.spec b/dists/rpm/ledgersmb.spec index 4030d5d7..564804c0 100644 --- a/dists/rpm/ledgersmb.spec +++ b/dists/rpm/ledgersmb.spec @@ -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.0rc4 +Version: 1.2.0-rc5 Release: 1 License: GPL URL: http://www.ledgersmb.org/ diff --git a/dists/source/build.sh b/dists/source/build.sh index ac9036fa..67d2bcca 100644 --- a/dists/source/build.sh +++ b/dists/source/build.sh @@ -9,7 +9,7 @@ else $pgdoc = "true"; fi -version="1.2.0rc4"; +version="1.2.0-rc5"; build_d="../release"; if test -d blib; then diff --git a/ledgersmb.conf b/ledgersmb.conf deleted file mode 100644 index 6d5b2cef..00000000 --- a/ledgersmb.conf +++ /dev/null @@ -1,21 +0,0 @@ -[environment] -# if the server can't find gzip, latex, dvips or pdflatex, append the path -PATH: /usr/local/bin -PATH: /usr/local/pgsql/bin - -# on mac os X using Fink's Perl libs, add the path -#PERL5LIB: /sw/lib/perl5 - -################################# -# Global database parameters -################################# -# These parameters *must* be set correctly for LedgerSMB >= 1.2 to work -# -[globaldb] -##uncomment below and set to correct values -DBConnect: dbi:Pg:dbname=metatron_ledger;host=localhost;port=5432 -DBname = metatron_ledger -DBhost = localhost -DBport = 5432 -DBUserName = ledgersmb -DBPassword: test -- cgit v1.2.3