Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cr-marcstevens/sha1collisiondetection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcr-marcstevens <github@marc-stevens.nl>2017-03-16 16:38:33 +0300
committercr-marcstevens <github@marc-stevens.nl>2017-03-16 16:38:33 +0300
commit5c9843c861b676946a978587a0d4c55b7fa75586 (patch)
tree380b097cec0efed642520784f491d6f86b915a09
parenteb1bece1df81f854ebb575a86d3535b9256ef0ff (diff)
Makefile: bumped library current version due to changed definition of SHA1_CTX
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5067dd1..aa2f0c1 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
# 3. If any interfaces have been added since the last public release, then increment age.
# 4. If any interfaces have been removed or changed since the last public release,
# then set age to 0.
-LIBCOMPAT=0:1:0
+LIBCOMPAT=1:0:0
PREFIX ?= /usr/local
BINDIR=$(PREFIX)/bin