From 8890a9bc8987f595c8f65bad1561fd610fc07681 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Fri, 2 Mar 2007 23:59:07 +0000 Subject: Updating version strings for RC2 git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@842 4979c152-3d1c-0410-bac9-87ea11338e46 --- INSTALL | 3 +++ LedgerSMB/Form.pm | 2 +- VERSION | 2 +- dists/rpm/ledgersmb.spec | 2 +- dists/source/build.sh | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 7ac771bf..b36183a0 100644 --- a/INSTALL +++ b/INSTALL @@ -45,6 +45,9 @@ recommend as follows: b) run "psql" with appropriate options to connect to your database. c) Run the SQL script Pg-central.sql. + Note that the psql connection should use the same username that you intend to + use for the user authentication connection. + 5) Set the admin password: a) From psql, determine what admin password you wish to use. Then type: "update users_conf set password = md5('my_password');" diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm index 3164a7fb..4fa3cb43 100755 --- a/LedgerSMB/Form.pm +++ b/LedgerSMB/Form.pm @@ -71,7 +71,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 1"; + $self->{version} = "1.2.0 Release Candidate 2"; $self->{dbversion} = "1.2.0"; bless $self, $type; diff --git a/VERSION b/VERSION index b9c8fc18..93850036 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 Release Candidate 1 +1.2.0 Release Candidate 2 diff --git a/dists/rpm/ledgersmb.spec b/dists/rpm/ledgersmb.spec index 43c296d1..21f5cae3 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.0rc1 +Version: 1.2.0rc2 Release: 1 License: GPL URL: http://www.ledgersmb.org/ diff --git a/dists/source/build.sh b/dists/source/build.sh index e0ea3334..ee9a49fc 100644 --- a/dists/source/build.sh +++ b/dists/source/build.sh @@ -2,7 +2,7 @@ # Simple script to prepare for release -version="1.2.0rc1"; +version="1.2.0rc2"; build_d="../release"; if test -d blib; then -- cgit v1.2.3