diff options
author | acolyer <acolyer> | 2003-06-06 11:54:24 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2003-06-06 11:54:24 +0000 |
commit | 9938d34703ff325101c170f3d8dbbcd43877b187 (patch) | |
tree | 3ae3d77883b037a5460889f7ee8f848063e4931f /build | |
parent | 331f1508f81f8678bae296d6c67af9e75a17adbe (diff) | |
download | aspectj-9938d34703ff325101c170f3d8dbbcd43877b187.tar.gz aspectj-9938d34703ff325101c170f3d8dbbcd43877b187.zip |
Updated post 1.1.0 release build.
Diffstat (limited to 'build')
-rw-r--r-- | build/build-properties.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build-properties.xml b/build/build-properties.xml index ade325845..6f7c6db28 100644 --- a/build/build-properties.xml +++ b/build/build-properties.xml @@ -25,10 +25,10 @@ - Changing version here causes org/aspectj/bridge/Version.java to be updated - also change org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties --> - <property name="build.version" value="1.1.0"/> + <property name="build.version" value="DEVELOPMENT"/> <property name="build.version.base" value="1.1"/> - <property name="build.version.long" value="1.1.0 Release"/> - <property name="build.version.short" value="1.1.0"/> + <property name="build.version.long" value="DEVELOPMENT"/> + <property name="build.version.short" value="DEVELOPMENT"/> <!-- formats comply with SimpleDateFormat --> <property name="build.time.format" value="MM/dd/yy 'at' hh:mm:ss z"/> |