2005-03-04 Helge Hess <helge.hess@opengroupware.org>
+ * WOElementID.h (NGObjWeb_MAX_ELEMENT_ID_COUNT): bumped max element
+ nesting to 128 wrt bug #1281 (v4.5.126)
+
* WOContext.m: added -setQueryPathSeparator:/-queryPathSeparator
methods as requested by Stephane (v4.5.125)
# version file
-SUBMINOR_VERSION:=125
+SUBMINOR_VERSION:=126
# v4.5.122 requires libNGExtensions v4.5.153
# v4.5.91 requires libNGExtensions v4.5.134
element-id. An element id is a "path" to an object kept in a tree.
*/
-#define NGObjWeb_MAX_ELEMENT_ID_COUNT 100
+#define NGObjWeb_MAX_ELEMENT_ID_COUNT 128
@class NSString, NSMutableString;