diff options
author | Peter Bex <peter@more-magic.net> | 2013-06-22 17:27:38 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2013-06-22 17:27:38 +0200 |
commit | 24bccfe5c1973885b3870ae436d34e564dfccc3d (patch) | |
tree | 1c86d25ca01bc939c163fd7bc73d778f5a2c66e1 /scsh-process.setup | |
parent | 2e06c9a62f8fa97f1f84c573c3b4f84e605629ad (diff) | |
download | scsh-process-24bccfe5c1973885b3870ae436d34e564dfccc3d.tar.gz |
Bump version to 0.4.1 (and update copyright year, while we're at it)0.4.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 2e118fd..7e2cecd 100644 --- a/scsh-process.setup +++ b/scsh-process.setup @@ -11,4 +11,4 @@ (install-extension 'scsh-process '("scsh-process.so" "scsh-process.import.so") - `((version 0.4))) + `((version "0.4.1"))) |