Skip to content

Commit

Permalink
Bump to version 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwilkes committed Dec 3, 2016
1 parent 32a2d38 commit dfb1b9b
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
Expand Up @@ -9,7 +9,7 @@
<property if:true="${platform.mac}" name="app.signature" value="RWGS"/>
<property name="src" value="src"/>
<property name="lib" value="libraries"/>
<property name="toolkit" value="toolkit-4.6.0.jar"/>
<property name="toolkit" value="toolkit-4.7.0.jar"/>
<property name="toolkit_lib" value="../toolkit/libraries"/>
<property name="toolkit_path" value="${toolkit_lib}/${toolkit}"/>
<property name="apple_stubs" value="apple_stubs.jar"/>
Expand All @@ -30,7 +30,7 @@
<property name="min_jdk" value="1.8"/>
<property name="app_name" value="GURPS Character Sheet"/>
<property name="copyright_owner" value="Richard A. Wilkes"/>
<property name="primary_version" value="4.6.0"/>
<property name="primary_version" value="4.7.0"/>
<property name="dist_name" value="GCS-${primary_version}"/>
<property name="dist_root" value="${dist.build}/${dist_name}"/>
<property name="build_app_bundle" value="${dist_root}/${app_name}.app/Contents"/>
Expand Down

0 comments on commit dfb1b9b

Please sign in to comment.