aboutsummaryrefslogtreecommitdiffstats
path: root/build/build-properties.xml
diff options
context:
space:
mode:
authoracolyer <acolyer>2003-06-06 08:30:45 +0000
committeracolyer <acolyer>2003-06-06 08:30:45 +0000
commit331f1508f81f8678bae296d6c67af9e75a17adbe (patch)
treeba6e6fd2c86bd694f7e8b7340b93a03861bf1cad /build/build-properties.xml
parente9bc52dced2b0482796924bb0e30a8685cbc004a (diff)
downloadaspectj-331f1508f81f8678bae296d6c67af9e75a17adbe.tar.gz
aspectj-331f1508f81f8678bae296d6c67af9e75a17adbe.zip
Updated for 1.1.0 releaseV1_1_0
Diffstat (limited to 'build/build-properties.xml')
-rw-r--r--build/build-properties.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build-properties.xml b/build/build-properties.xml
index 6f7c6db28..ade325845 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="DEVELOPMENT"/>
+ <property name="build.version" value="1.1.0"/>
<property name="build.version.base" value="1.1"/>
- <property name="build.version.long" value="DEVELOPMENT"/>
- <property name="build.version.short" value="DEVELOPMENT"/>
+ <property name="build.version.long" value="1.1.0 Release"/>
+ <property name="build.version.short" value="1.1.0"/>
<!-- formats comply with SimpleDateFormat -->
<property name="build.time.format" value="MM/dd/yy 'at' hh:mm:ss z"/>