diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-02-09 18:28:53 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-02-09 18:28:53 +0000 |
commit | ef37edd6536007d362d25748220b70e152de4fdd (patch) | |
tree | f7704a87c17f95ebd8e06f2e26017e6d99f4ad01 /dists/source | |
parent | 075185da036821d3a9f328093301546aa0043b63 (diff) |
Adding documentated lists of CPAN and debian prerequisites for Debian as per Rich Walker's email
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@803 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 9aadeece..335eda38 100644 --- a/dists/source/build.sh +++ b/dists/source/build.sh @@ -2,7 +2,7 @@ # Simple script to prepare for release -version="1.2.0b4"; +version="1.2.0b5"; build_d="../release"; if test -d blib; then |