Skip to content

Commit

Permalink
Rebuild for version 3.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rlktradewright committed Dec 3, 2022
1 parent 4081161 commit 4c7ca46
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -2,7 +2,7 @@
<property environment="env"/>
<fail unless="env.IBC_BIN" message="Environment variable 'IBC_BIN' not set (set it to the fully-qualified directory name containing the TWS jar files)."/>

<property name="ver" value="3.15.0"/>
<property name="ver" value="3.15.1"/>
<property name="src" location="src"/>
<property name="resources" location="resources"/>
<property name="target" location="target"/>
Expand Down
Binary file modified resources/IBC.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/version
@@ -1 +1 @@
3.15.0
3.15.1
2 changes: 1 addition & 1 deletion src/ibcalpha/ibc/IbcVersionInfo.java
Expand Up @@ -3,5 +3,5 @@
package ibcalpha.ibc;

public class IbcVersionInfo {
public final static String IBC_VERSION = "3.15.0";
public final static String IBC_VERSION = "3.15.1";
}

0 comments on commit 4c7ca46

Please sign in to comment.