From 24bccfe5c1973885b3870ae436d34e564dfccc3d Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Sat, 22 Jun 2013 17:27:38 +0200 Subject: Bump version to 0.4.1 (and update copyright year, while we're at it) --- scsh-process.scm | 2 +- scsh-process.setup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scsh-process.scm b/scsh-process.scm index 08f5d77..d7ffaf0 100644 --- a/scsh-process.scm +++ b/scsh-process.scm @@ -11,7 +11,7 @@ ;; WARNING: Don't mix with threading unless you're using ;; Chicken 4.8.1 rev 47b5be71 or later. ;; -;;; Copyright (c) 2012, Peter Bex +;;; Copyright (c) 2012-2013, Peter Bex ;; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without 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"))) -- cgit v1.2.3