Skip to content

Commit

Permalink
1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zikkuratvk committed Feb 16, 2020
1 parent b266828 commit 209780e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<project name="jlsitemap" default="dist" basedir=".">
<property name="VERSION" value="1.7.0"/>
<property name="VERSION" value="1.9.0"/>
<tstamp>
<format property="DATE" pattern="%d.%m.%Y"/>
</tstamp>
<property name="build" value="_build"/>
<property name="dist" value="_dist"/>
<property name="filename" value="pkg_jlsitemap_v${VERSION}_j3.9.zip"/>
<property name="filename" value="pkg_jlsitemap_v${VERSION}_j3.9_j4.zip"/>
<target name="init" depends="clean">
<mkdir dir="${build}"/>
<mkdir dir="${dist}"/>
Expand Down

0 comments on commit 209780e

Please sign in to comment.