Skip to content

Commit

Permalink
Release file needs a version prop now
Browse files Browse the repository at this point in the history
git-svn-id: https://zxing.googlecode.com/svn/trunk@2722 59b500cc-1b3d-0410-9834-0bbf25fbcc57
  • Loading branch information
[email protected] committed May 13, 2013
1 parent f6eb354 commit 43d5f35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
-->
<project name="ZXing" default="release">

<property name="version" value="2.2"/>

<target name="release">
<zip file="ZXing-${version}.zip" level="9">
<zipfileset dir="." prefix="zxing-${version}" followsymlinks="false">
Expand Down

0 comments on commit 43d5f35

Please sign in to comment.