From ae19b8a2a52a5bc94d95ab1dd981cbabd98497b8 Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Thu, 7 Sep 2017 17:24:56 -0700 Subject: [PATCH] Releasing version 7.1.0. --- 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 661ea9c..50c8853 100644 --- a/hmac.release-info +++ b/hmac.release-info @@ -7,4 +7,5 @@ (release "4") (release "6") (release "7") -(release "7.0.1") \ No newline at end of file +(release "7.0.1") +(release "7.1.0") \ No newline at end of file diff --git a/hmac.setup b/hmac.setup index 7b9a0d7..7f7621b 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.0.1) + '((version 7.1.0) (static "hmac.o"))) ;; for static linking \ No newline at end of file