diff options
author | Peter Bex <peter@more-magic.net> | 2012-10-04 19:32:58 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2012-10-04 19:32:58 +0200 |
commit | d29221f2f7197e7a7a944c8f0e22a0fe45f0aaad (patch) | |
tree | b3c7b32e0f9582cbd3cb09d9867b03f1823f9d2a /scsh-process.setup | |
parent | 30c3224e11d0d0ec4437bf00c1a6e397750c88b9 (diff) | |
download | scsh-process-d29221f2f7197e7a7a944c8f0e22a0fe45f0aaad.tar.gz |
Quick bugfix release 0.1.1; change version in setup-file0.1.1
Diffstat (limited to 'scsh-process.setup')
-rw-r--r-- | scsh-process.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scsh-process.setup b/scsh-process.setup index 7e2507d..2903df4 100644 --- a/scsh-process.setup +++ b/scsh-process.setup @@ -1,2 +1,2 @@ ;; -*- Scheme -*- -(standard-extension 'scsh-process 0.2) +(standard-extension 'scsh-process 0.1.1) |