Skip to content

Commit

Permalink
Updating package version names in Java
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Saraiva authored and Marcus Saraiva committed Nov 17, 2023
1 parent e68617c commit 9137699
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion java-r5rcore/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion java-r5rcore/r5r.iml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="JRI" level="project" />
<orderEntry type="library" name="r5-v6.8-all" level="project" />
<orderEntry type="library" name="r5-v6.9-all" level="project" />
</component>
</module>
2 changes: 1 addition & 1 deletion java-r5rcore/src/org/ipea/r5r/R5RCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

public class R5RCore {

public static final String R5_VERSION = "6.7";
public static final String R5_VERSION = "6.9";
public static final String R5R_VERSION = "1.0.0";

private int numberOfThreads;
Expand Down
Binary file modified r-package/inst/jar/r5r_1_0_0.jar
Binary file not shown.
Binary file added r-package/inst/jar/r5r_1_1_0.jar
Binary file not shown.

0 comments on commit 9137699

Please sign in to comment.