Forgot to update .setup to match version in .release-info

This commit is contained in:
2011-08-15 20:59:39 -07:00
parent deae49baaf
commit a56eb5b277
2 changed files with 3 additions and 2 deletions

View File

@@ -3,4 +3,5 @@
(uri targz "https://github.com/ThomasHintz/chicken-scheme-{egg-name}/tarball/{egg-release}")
(release "1")
(release "2")
(release "3")
(release "3")
(release "4")

View File

@@ -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