From 4029fed7bfc01bfcc6209d679fc4a692d3497154 Mon Sep 17 00:00:00 2001 From: "t@thintz.com" Date: Sun, 15 Jan 2012 03:14:02 -0800 Subject: [PATCH] correct version number --- 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 68c7ff0..3420373 100644 --- a/hmac.release-info +++ b/hmac.release-info @@ -6,4 +6,5 @@ (release "3") (release "4") (release "5") -(release "6") \ No newline at end of file +(release "6") +(release "7") \ No newline at end of file diff --git a/hmac.setup b/hmac.setup index ce7d791..9195c54 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 6) + '((version 7) (static "hmac.o"))) ;; for static linking \ No newline at end of file