aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraclement <aclement>2010-04-05 19:34:05 +0000
committeraclement <aclement>2010-04-05 19:34:05 +0000
commit649f3b2a8598d9872791be6eab6c0099dd32e78f (patch)
tree0e8a2a0ed90e6583e9d9ce90e0c4f59c02d7862f
parent05c1ca35b9353c509610bf5b5abee16b49430222 (diff)
downloadaspectj-649f3b2a8598d9872791be6eab6c0099dd32e78f.tar.gz
aspectj-649f3b2a8598d9872791be6eab6c0099dd32e78f.zip
change to 7 from 1609
-rw-r--r--org.aspectj.matcher/src/org/aspectj/weaver/AjAttribute.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.aspectj.matcher/src/org/aspectj/weaver/AjAttribute.java b/org.aspectj.matcher/src/org/aspectj/weaver/AjAttribute.java
index a86f21b5c..dc90b4e43 100644
--- a/org.aspectj.matcher/src/org/aspectj/weaver/AjAttribute.java
+++ b/org.aspectj.matcher/src/org/aspectj/weaver/AjAttribute.java
@@ -253,7 +253,7 @@ public abstract class AjAttribute {
// 1.6.9 adds new style ITDs. This is used to see what version of AJ was used to
// build the ITDs so we know id the generated get/set dispatchers are using old
// or new style (new style will be get/setters for private ITD fields)
- public final static short WEAVER_VERSION_AJ169 = 1609;
+ public final static short WEAVER_VERSION_AJ169 = 7;
// These are the weaver major/minor versions for *this* weaver
private final static short CURRENT_VERSION_MAJOR = WEAVER_VERSION_AJ169;