diff options
| author | Andrei Aiordachioaie <a.aiordachioaie@jacobs-university.de> | 2010-03-03 09:58:47 +0100 |
|---|---|---|
| committer | Andrei Aiordachioaie <a.aiordachioaie@jacobs-university.de> | 2010-03-03 10:16:36 +0100 |
| commit | 1093dc67e8357fa3d3dc37e8cd171a079b043bb9 (patch) | |
| tree | 9ae3197977a1eb70c2d6a2bf1a028e674714eb8c /src/petascope/ConfigManager.java | |
| parent | d43451ab812f4e85b79cf87d7477c7f250c74dab (diff) | |
Fixed implementation of "extend" and "overlay" operators. Added
the corresponding regression tests.
Diffstat (limited to 'src/petascope/ConfigManager.java')
| -rw-r--r-- | src/petascope/ConfigManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/petascope/ConfigManager.java b/src/petascope/ConfigManager.java index 0c37e78..b577d1e 100644 --- a/src/petascope/ConfigManager.java +++ b/src/petascope/ConfigManager.java @@ -51,7 +51,7 @@ public class ConfigManager { v3 adds WGS84 handling in WCPS requests. */ private final static String MINOR = "3"; /* Bug-fix count. We have a hack: every WCPS response is written to disk. */ - private final static String BUGFIX = "4-hack"; + private final static String BUGFIX = "5-hack"; /* Petascope 1.2.0 contains WCS 1.1.0, WCS 2.0, WCS-T 1.0.0 and WCPS 1.0.0 */ public final static String PETASCOPE_VERSION = MAJOR + "." + MINOR + "." + BUGFIX; |
