- 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
{
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();
}
#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