aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jsyn/JSyn.java
diff options
context:
space:
mode:
authorPhil Burk <[email protected]>2019-03-17 11:45:05 -0700
committerGitHub <[email protected]>2019-03-17 11:45:05 -0700
commit2607d26ca1c5a86875351710ea48545a8a70bfd8 (patch)
treef85fd7c900d546a7554dee47f467e79d9ad27fe9 /src/com/jsyn/JSyn.java
parentb006311f7290fd63a789bed8a7867121aa8096f6 (diff)
parent1b2c76a2cf91f29743957a4ce4b38795821c2adf (diff)
Merge pull request #72 from philburk/bump463
JSyn: bump to build 463, version 16.8.0
Diffstat (limited to 'src/com/jsyn/JSyn.java')
-rw-r--r--src/com/jsyn/JSyn.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/com/jsyn/JSyn.java b/src/com/jsyn/JSyn.java
index 8eed8a9..3bd34dc 100644
--- a/src/com/jsyn/JSyn.java
+++ b/src/com/jsyn/JSyn.java
@@ -55,11 +55,11 @@ import com.jsyn.engine.SynthesisEngine;
public class JSyn {
// Update these for every release.
private final static int VERSION_MAJOR = 16;
- private final static int VERSION_MINOR = 7;
- private final static int VERSION_REVISION = 8;
- public final static int BUILD_NUMBER = 462;
- private final static long BUILD_TIME = new GregorianCalendar(2016,
- GregorianCalendar.NOVEMBER, 30).getTime().getTime();
+ private final static int VERSION_MINOR = 8;
+ private final static int VERSION_REVISION = 0;
+ public final static int BUILD_NUMBER = 463;
+ private final static long BUILD_TIME = new GregorianCalendar(2017,
+ GregorianCalendar.OCTOBER, 16).getTime().getTime();
public final static String VERSION = VERSION_MAJOR + "." + VERSION_MINOR + "."
+ VERSION_REVISION;