From 0e74d2cf66b4af8f690f99da9419ed1827caaf87 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 27 Oct 2009 23:21:00 +0000 Subject: [PATCH] fix version --- ext/intl/php_intl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/intl/php_intl.h b/ext/intl/php_intl.h index c6c21a14f06..c19e43ed6a1 100755 --- a/ext/intl/php_intl.h +++ b/ext/intl/php_intl.h @@ -61,7 +61,7 @@ PHP_RINIT_FUNCTION(intl); PHP_RSHUTDOWN_FUNCTION(intl); PHP_MINFO_FUNCTION(intl); -#define PHP_INTL_VERSION "1.0.0" +#define PHP_INTL_VERSION "1.0.3" #endif /* PHP_INTL_H */