Skip to content

Commit

Permalink
Update JAR files.
Browse files Browse the repository at this point in the history
  • Loading branch information
martincameron committed May 17, 2019
1 parent 9ff030a commit 3e0ca03
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Micromod (c)2017 [email protected]
Micromod (c)2019 [email protected]

A good-quality player library for the ProTracker MOD music format
for Javascript (HTML5 Web Audio), Java, ANSI C (SDL) and Pascal (SDL).
Expand Down
Binary file removed ibxm-a72.jar
Binary file not shown.
Binary file removed ibxm-a73.jar
Binary file not shown.
Binary file added ibxm-a74.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion ibxm.readme
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

IBXM (c)2017 [email protected]
IBXM (c)2019 [email protected]

A good quality player library for the ProTracker MOD,
Scream Tracker 3 S3M, and FastTracker 2 XM music formats.
Expand Down
4 changes: 2 additions & 2 deletions ibxm/IBXM.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
package ibxm;

/*
ProTracker, Scream Tracker 3, FastTracker 2 Replay (c)2016 [email protected]
ProTracker, Scream Tracker 3, FastTracker 2 Replay (c)2019 [email protected]
*/
public class IBXM {
public static final String VERSION = "a73 (c)2017 [email protected]";
public static final String VERSION = "a74 (c)2019 [email protected]";

private Module module;
private int[] rampBuf;
Expand Down
2 changes: 1 addition & 1 deletion licence.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Copyright (c) 2018, Martin Cameron
Copyright (c) 2019, Martin Cameron
All rights reserved.

Redistribution and use in source and binary forms, with or
Expand Down
Binary file renamed micromod-20180127.jar → micromod-20180204.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion micromod/Micromod.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Java ProTracker Replay (c)2018 [email protected]
*/
public class Micromod {
public static final String VERSION = "20180127 (c)2018 [email protected]";
public static final String VERSION = "20180204 (c)2018 [email protected]";

private Module module;
private int[] rampBuf;
Expand Down

0 comments on commit 3e0ca03

Please sign in to comment.