浏览代码

new versions...

tags/V1_5_2rc1
aclement 18 年前
父节点
当前提交
ab00b0b563
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7
    1
      bcel-builder/src/org/aspectj/apache/bcel/Constants.java

+ 7
- 1
bcel-builder/src/org/aspectj/apache/bcel/Constants.java 查看文件

@@ -57,7 +57,7 @@ package org.aspectj.apache.bcel;
/**
* Constants for the project, mostly defined in the JVM specification.
*
* @version $Id: Constants.java,v 1.2 2004/11/19 16:45:19 aclement Exp $
* @version $Id: Constants.java,v 1.3 2006/05/04 11:28:26 aclement Exp $
* @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
*/
public interface Constants {
@@ -69,6 +69,12 @@ public interface Constants {
public final static short MINOR_1_2 = 0;
public final static short MAJOR_1_3 = 47;
public final static short MINOR_1_3 = 0;
public final static short MAJOR_1_4 = 48;
public final static short MINOR_1_4 = 0;
public final static short MAJOR_1_5 = 49;
public final static short MINOR_1_5 = 0;
public final static short MAJOR_1_6 = 50;
public final static short MINOR_1_6 = 0;
public final static short MAJOR = MAJOR_1_1; // Defaults
public final static short MINOR = MINOR_1_1;


正在加载...
取消
保存