From: Steph Fox Date: Mon, 31 Mar 2008 09:28:52 +0000 (+0000) Subject: - Bring the majority of PECL extensions into line with macro/x.x.x versioning. X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-courierauth;a=commitdiff_plain;h=7b93aa378de63cbc18767c40874817a74f0fe77b - Bring the majority of PECL extensions into line with macro/x.x.x versioning. - Please use the -dev tag during the development cycle so that snapshots can easily be distinguished from releases. git-svn-id: http://svn.php.net/repository/pecl/courierauth/trunk@256418 c90b9560-bf6c-de11-be94-00142212c4b1 --- diff --git a/courierauth.c b/courierauth.c index 2314c33..6b99366 100644 --- a/courierauth.c +++ b/courierauth.c @@ -62,6 +62,7 @@ PHP_MINFO_FUNCTION(courierauth) { php_info_print_table_start(); php_info_print_table_header(2, "courierauth support", "enabled"); + php_info_print_table_row(2, "extension version", PHP_COURIERAUTH_VERSION); php_info_print_table_row(2, "courierauth version", courierauth_h_rcsid); php_info_print_table_end(); } diff --git a/php_courierauth.h b/php_courierauth.h index 39aca9b..ff3ae3c 100644 --- a/php_courierauth.h +++ b/php_courierauth.h @@ -15,7 +15,7 @@ #ifndef PHP_COURIERAUTH_H #define PHP_COURIERAUTH_H -#define PHP_COURIERAUTH_VERSION "0.1.0" +#define PHP_COURIERAUTH_VERSION "0.2.0-dev" extern zend_module_entry courierauth_module_entry; #define phpext_courierauth_ptr &courierauth_module_entry