cem Wed Nov 22 17:36:07 2006 UTC
Modified files: (Branch: BRANCH_1_0_5)
/pecl/sdo php_sdo_int.h
Log:
update version number
http://cvs.php.net/viewvc.cgi/pecl/sdo/php_sdo_int.h?r1=1.19&r2=1.19.4.1&diff_format=u
Index: pecl/sdo/php_sdo_int.h
diff -u pecl/sdo/php_sdo_int.h:1.19 pecl/sdo/php_sdo_int.h:1.19.4.1
--- pecl/sdo/php_sdo_int.h:1.19 Fri Sep 29 15:03:18 2006
+++ pecl/sdo/php_sdo_int.h Wed Nov 22 17:36:06 2006
@@ -19,7 +19,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_sdo_int.h,v 1.19 2006/09/29 15:03:18 cem Exp $ */
+/* $Id: php_sdo_int.h,v 1.19.4.1 2006/11/22 17:36:06 cem Exp $ */
#ifndef PHP_SDO_INT_H
#define PHP_SDO_INT_H
@@ -35,7 +35,7 @@
using namespace commonj::sdo;
using std::ostringstream;
-#define SDO_VERSION "1.0.4"
+#define SDO_VERSION "1.1.0"
#define SDO_NAMESPACE_URI "namespaceURI"
#define SDO_TYPE_NAME "typeName"
|