Skip to content

Commit

Permalink
Updated build file, set version to RC19
Browse files Browse the repository at this point in the history
  • Loading branch information
contrext committed May 17, 2016
1 parent 77ea395 commit da677be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,10 @@
<target name="make-plugin-packages"
description="Make all the plugin packages for release on GitHub"
>
<delete dir="${release.dir}" includeEmptyDirs="true" failonerror="false">
<include name="**/*"/>
</delete>

<!-- Each target clears and uses the dist directory, so have to call
them rather than using depends.
-->
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version properties

package_version=1.0.0RC18
vocab_version=1.0.0RC18
package_version=1.0.0RC19
vocab_version=1.0.0RC19

0 comments on commit da677be

Please sign in to comment.