- Bring the majority of PECL extensions into line with macro/x.x.x versioning.
authorSteph Fox <sfox@php.net>
Mon, 31 Mar 2008 09:28:52 +0000 (09:28 +0000)
committerSteph Fox <sfox@php.net>
Mon, 31 Mar 2008 09:28:52 +0000 (09:28 +0000)
- 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

courierauth.c
php_courierauth.h

index 2314c33f1f6acdb8b7bb5f640da968fa024b62bb..6b99366b073222163573190fec9c49b124ccc280 100644 (file)
@@ -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_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();
 }
        php_info_print_table_row(2, "courierauth version", courierauth_h_rcsid);
        php_info_print_table_end();
 }
index 39aca9b5beeb665047771fceab53c0091a9d03cc..ff3ae3c63b68bb66f3bc62755c349568d300c503 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_COURIERAUTH_H
 #define PHP_COURIERAUTH_H
 
 #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
 
 extern zend_module_entry courierauth_module_entry;
 #define phpext_courierauth_ptr &courierauth_module_entry