From c2a8b951378ec197b9a8904f3a04708a8b3b7c97 Mon Sep 17 00:00:00 2001 From: Steph Fox Date: Tue, 1 Apr 2008 17:59:00 +0000 Subject: [PATCH] Bump dev version ready for any new changes --- ext/phar/php_phar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/phar/php_phar.h b/ext/phar/php_phar.h index 1f53fa6641..34c54907ad 100644 --- a/ext/phar/php_phar.h +++ b/ext/phar/php_phar.h @@ -22,7 +22,7 @@ #ifndef PHP_PHAR_H #define PHP_PHAR_H -#define PHP_PHAR_VERSION "2.0.0a2" +#define PHP_PHAR_VERSION "2.0.0a3-dev" #include "ext/standard/basic_functions.h" extern zend_module_entry phar_module_entry; -- 2.50.1