From 91a951faf1844f3cdd9e059afea9b887067a254a Mon Sep 17 00:00:00 2001 From: Sen Han <00hnes@gmail.com> Date: Sat, 7 Jul 2018 22:13:21 +0800 Subject: [PATCH] update the PATCH version (issue https://github.com/hnes/libaco/issues/1, reported by Markus Elfring @elfring) --- aco.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aco.h b/aco.h index 2f0db95..bf6a3ad 100644 --- a/aco.h +++ b/aco.h @@ -26,7 +26,7 @@ #define ACO_VERSION_MAJOR 1 #define ACO_VERSION_MINOR 2 -#define ACO_VERSION_PATCH 0 +#define ACO_VERSION_PATCH 2 #ifdef ACO_USE_VALGRIND #include