diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-07-10 01:08:48 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-07-10 01:08:48 +0000 |
commit | fdc51082c09fbe2d3db25bcc85945959a5728ffd (patch) | |
tree | a3d9572684c236afbe919cfc9ab2be3b25a6d8e2 /dists | |
parent | 553b444aa1cf282f89c58a416f52df7ef9f78348 (diff) |
Applying fix for order consolidation
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1366 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'dists')
-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 e33c5b38..dde5dc15 100644 --- a/dists/source/build.sh +++ b/dists/source/build.sh @@ -2,7 +2,7 @@ # Simple script to prepare for release -version="1.2.0b2"; +version="1.3.0_milestone_1"; build_d="../release"; if test -d blib; then |