Skip to content

Commit

Permalink
Release version 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwilkes committed Apr 16, 2017
1 parent 7c8e896 commit de314c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<import file="../toolkit/props.xml"/>

<target name="setup" depends="platform_props">
<property name="primary_version" value="4.8.0"/>
<property name="primary_version" value="4.9.0"/>
<property name="app" value="gcs"/>
<property if:true="${platform.windows}" name="app.exe" value="${app}.exe"/>
<property unless:true="${platform.windows}" name="app.exe" value="${app}"/>
Expand Down

0 comments on commit de314c7

Please sign in to comment.