Skip to content

Commit

Permalink
Bump version to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwilkes committed Sep 23, 2016
1 parent a41e86d commit 363713c
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.4.1.jar"/>
<property name="toolkit" value="toolkit-4.5.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.4.1"/>
<property name="primary_version" value="4.5.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 363713c

Please sign in to comment.