Skip to content

Commit

Permalink
Bump version to 4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwilkes committed Jan 23, 2016
1 parent bbf655d commit 4aadb6a
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 @@ -33,7 +33,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.2.0.jar"/>
<property name="toolkit" value="toolkit-4.3.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 @@ -54,7 +54,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.2.0"/>
<property name="primary_version" value="4.3.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 4aadb6a

Please sign in to comment.