From a56eb5b27757f726539dc6ac62c896790b3e52d9 Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Mon, 15 Aug 2011 20:59:39 -0700 Subject: [PATCH] Forgot to update .setup to match version in .release-info --- hmac.release-info | 3 ++- hmac.setup | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hmac.release-info b/hmac.release-info index ca96f08..1688b5f 100644 --- a/hmac.release-info +++ b/hmac.release-info @@ -3,4 +3,5 @@ (uri targz "https://github.com/ThomasHintz/chicken-scheme-{egg-name}/tarball/{egg-release}") (release "1") (release "2") -(release "3") \ No newline at end of file +(release "3") +(release "4") \ No newline at end of file diff --git a/hmac.setup b/hmac.setup index 6e68c48..cf01948 100644 --- a/hmac.setup +++ b/hmac.setup @@ -11,5 +11,5 @@ ; Files to install for your extension: '("hmac.o" "hmac.so" "hmac.import.so") ; Assoc list with properties for your extension: - '((version 1) + '((version 4) (static "hmac.o"))) ;; for static linking \ No newline at end of file