diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-06-27 15:57:40 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-06-27 15:57:40 +0000 |
commit | bcad4c564e42b4f5857772da8ff748855f5283ee (patch) | |
tree | 4da11ad024a18381570027544cfab40d8f4a84ee /dists | |
parent | f1b4e18c138d7c6e8e44ed364653776b50710fc4 (diff) |
* Fixed user@company logins
* Fixed closed books detection
* Fixed AR/AP print and post endless loop
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1336 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'dists')
-rw-r--r-- | dists/rpm/ledgersmb.spec | 2 | ||||
-rw-r--r-- | dists/source/build.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dists/rpm/ledgersmb.spec b/dists/rpm/ledgersmb.spec index d61e5d9f..4cf487d3 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: ledgersmb -Version: 1.2.6 +Version: 1.2.7 Release: 1 License: GPL URL: http://www.ledgersmb.org/ diff --git a/dists/source/build.sh b/dists/source/build.sh index 31de6294..481ed825 100644 --- a/dists/source/build.sh +++ b/dists/source/build.sh @@ -9,8 +9,8 @@ else pgdoc="true"; fi -version="1.2.6"; -rpmversion="1.2.6"; +version="1.2.7"; +#rpmversion="1.2.6"; build_d="../release"; if test -d blib; then |