From 1aad8e72545cfd80bc9aff02b81cda165cdf082a Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Tue, 4 Oct 2016 19:03:05 +0200 Subject: [PATCH] Bump version for next release --- turbo_realpath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo_realpath.h b/turbo_realpath.h index 8296781..82ece04 100644 --- a/turbo_realpath.h +++ b/turbo_realpath.h @@ -1,7 +1,7 @@ #ifndef PHP_TURBO_H #define PHP_TURBO_H 1 -#define PHP_TURBO_REALPATH_VERSION "1.3" +#define PHP_TURBO_REALPATH_VERSION "1.3.1" #define PHP_TURBO_REALPATH_EXTNAME "turbo_realpath" PHP_RINIT_FUNCTION(turbo_realpath);