- 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.
This commit is contained in:
Steph Fox 2008-03-31 09:39:35 +00:00
parent 12cabfa6ae
commit 3fa6d442a7
2 changed files with 2 additions and 2 deletions

View file

@ -27,8 +27,6 @@
static int le_gnupg; static int le_gnupg;
#define PHP_GNUPG_VERSION "1.3.1"
#ifdef ZEND_ENGINE_2 #ifdef ZEND_ENGINE_2
static zend_object_handlers gnupg_object_handlers; static zend_object_handlers gnupg_object_handlers;
#endif #endif

View file

@ -18,6 +18,8 @@
extern zend_module_entry gnupg_module_entry; extern zend_module_entry gnupg_module_entry;
#define phpext_gnupg_ptr &gnupg_module_entry #define phpext_gnupg_ptr &gnupg_module_entry
#define PHP_GNUPG_VERSION "1.3.2-dev"
#ifdef PHP_WIN32 #ifdef PHP_WIN32
#define PHP_GNUPG_API __declspec(dllexport) #define PHP_GNUPG_API __declspec(dllexport)
#else #else