From 66136c5fb0c0016d87de89fcce5127e6c312f30f Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Wed, 20 Jun 2018 00:44:39 +0200 Subject: [PATCH] Bump to v0.9.10 --- fbink_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbink_internal.h b/fbink_internal.h index 0698e535..84180f49 100644 --- a/fbink_internal.h +++ b/fbink_internal.h @@ -100,7 +100,7 @@ // Fallback version tag... #ifndef FBINK_VERSION -# define FBINK_VERSION "v0.9.8" +# define FBINK_VERSION "v0.9.10" #endif // NOTE: Some of our ifdef combinations may cause a small number of function arguments to become unused...