From 679dd41240cfac32fcd26b773a5ea5fe94905a33 Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Tue, 24 Sep 2013 18:29:16 -0700 Subject: [PATCH] Release version 7.0.1. --- 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 685402a..661ea9c 100644 --- a/hmac.release-info +++ b/hmac.release-info @@ -6,4 +6,5 @@ (release "3") (release "4") (release "6") -(release "7") \ No newline at end of file +(release "7") +(release "7.0.1") \ No newline at end of file diff --git a/hmac.setup b/hmac.setup index 9195c54..7b9a0d7 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 7) + '((version 7.0.1) (static "hmac.o"))) ;; for static linking \ No newline at end of file