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/source | |
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/source')
-rw-r--r-- | dists/source/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |