From f534e6f1d91ae3fb949ec747ce73520432ddd7f6 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Mon, 15 Jul 2024 16:15:27 +0200 Subject: [PATCH] chore: update `phpspy.h`, 0.6.0 -> 0.7.0 Fix https://github.com/NixOS/nixpkgs/pull/326419 --- phpspy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpspy.h b/phpspy.h index 5fe140e..276f06a 100644 --- a/phpspy.h +++ b/phpspy.h @@ -63,7 +63,7 @@ #define STR1(s) #s #define STR2(s) STR1(s) -#define PHPSPY_VERSION "0.6.0" +#define PHPSPY_VERSION "0.7.0" #define PHPSPY_MIN(a, b) ((a) < (b) ? (a) : (b)) #define PHPSPY_MAX(a, b) ((a) > (b) ? (a) : (b)) #define PHPSPY_STR_SIZE 256