diff options
author | Tim Allison <tallison@apache.org> | 2013-09-27 15:53:53 +0000 |
---|---|---|
committer | Tim Allison <tallison@apache.org> | 2013-09-27 15:53:53 +0000 |
commit | 1d63ba79f41add13a2c3bef6c62f48f6e8a78d3e (patch) | |
tree | d48dd344dc37915f205aae858a35b40658105322 /build.xml | |
parent | 6e50bfa19d8305b6f4f379bc952c005f9df2691d (diff) | |
download | poi-1d63ba79f41add13a2c3bef6c62f48f6e8a78d3e.tar.gz poi-1d63ba79f41add13a2c3bef6c62f48f6e8a78d3e.zip |
increment build beta version to 3.10-beta3; forgot to as part of last release...doh.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1526965 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ under the License. <description>The Apache POI project Ant build.</description> - <property name="version.id" value="3.10-beta2"/> + <property name="version.id" value="3.10-beta3"/> <property environment="env"/> <!-- the repository to download jars from --> |