summaryrefslogtreecommitdiff
path: root/agg
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-04 12:35:04 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-04 12:35:04 +0000
commitdd580b681a245d179f41dd6ddd56b4e277e77d9d (patch)
treeb1e13a9a4df445357b1da2a4a7ce5fbd96d35a31 /agg
parent0632ef33e878af0db4798ce17bf5bc8e8c8b7e57 (diff)
INTEGRATION: CWS thbpp4 (1.1.14); FILE MERGED
2006/07/11 10:36:09 thb 1.1.14.2: #i65318# Now slightly more robust 2006/07/11 10:28:30 thb 1.1.14.1: #i65318# Forwarding internal agg's version to our clients
Diffstat (limited to 'agg')
-rwxr-xr-xagg/inc/agg_config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/agg/inc/agg_config.h b/agg/inc/agg_config.h
index 01cc037d3d49..b412a6dff178 100755
--- a/agg/inc/agg_config.h
+++ b/agg/inc/agg_config.h
@@ -23,4 +23,9 @@
// but it won't result any crash and the rest of the library will remain
// fully functional.
+// #i65318# Passing agg version on to clients
+#ifndef AGG_VERSION
+# define AGG_VERSION 2300
+#endif
+
#endif