aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Burk <[email protected]>2019-03-17 11:36:17 -0700
committerPhil Burk <[email protected]>2019-03-17 11:36:57 -0700
commit1b2c76a2cf91f29743957a4ce4b38795821c2adf (patch)
treef85fd7c900d546a7554dee47f467e79d9ad27fe9
parentb006311f7290fd63a789bed8a7867121aa8096f6 (diff)
JSyn: bump to build 463, version 16.8.0
-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;