diff options
author | Steve Coffman <gears@apache.org> | 2000-10-05 17:58:56 +0000 |
---|---|---|
committer | Steve Coffman <gears@apache.org> | 2000-10-05 17:58:56 +0000 |
commit | e35eac47ffe4d24bad8abaa9414ab3a219cc5a31 (patch) | |
tree | e98f32c2fb3afe0ad8f693e2aac87ed2f78b1fb2 /build.xml | |
parent | f6d2687d1f32a52ffd3c2946488fac074b11cfa9 (diff) | |
download | xmlgraphics-fop-e35eac47ffe4d24bad8abaa9414ab3a219cc5a31.tar.gz xmlgraphics-fop-e35eac47ffe4d24bad8abaa9414ab3a219cc5a31.zip |
Domagoj Cosic's patch, and changed FOP CVS version to "0.15cvs" so
people's bug reports are understandable.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193717 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro <tstamp/> <property name="Name" value="Fop"/> <property name="name" value="fop"/> - <property name="version" value="0.13"/> + <property name="version" value="0.15cvs"/> <property name="year" value="1999-2000"/> <echo message="------------------- ${Name} ${version} [${year}] ----------------"/> |