From 16bc68fa0ca80efa47cf24450ae43ae42ddbf7ea Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 12 Jan 2010 19:12:49 +0000 Subject: [PATCH] Bump version in early preparation for release --- ext/oci8/php_oci8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index da5106c1ae..29d6574189 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -39,7 +39,7 @@ /* * The version of the OCI8 extension. */ -#define PHP_OCI8_VERSION "1.4.0 Alpha" +#define PHP_OCI8_VERSION "1.4.1" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry -- 2.40.0