diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-22 22:24:23 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-22 22:24:23 +0000 |
commit | 25f42278aa3e8e7b40da46a98ed3b58ae80542e8 (patch) | |
tree | 63dda4e845db9ac62f336ad2468182b252b2e044 /dists | |
parent | 2ca5c9fb729d24c6a18c5f81b8ba0890b727b48a (diff) |
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
Diffstat (limited to 'dists')
-rw-r--r-- | dists/rpm/ledgersmb.spec | 2 | ||||
-rw-r--r-- | dists/source/build.sh | 2 |
2 files changed, 2 insertions, 2 deletions
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 |