diff options
Diffstat (limited to 'src/com/jsyn/JSyn.java')
-rw-r--r-- | src/com/jsyn/JSyn.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/com/jsyn/JSyn.java b/src/com/jsyn/JSyn.java index e42d141..7598305 100644 --- a/src/com/jsyn/JSyn.java +++ b/src/com/jsyn/JSyn.java @@ -56,10 +56,10 @@ 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 = 5; - public final static int BUILD_NUMBER = 459; - private final static long BUILD_TIME = new GregorianCalendar(2015, GregorianCalendar.NOVEMBER, - 2).getTime().getTime(); + private final static int VERSION_REVISION = 6; + public final static int BUILD_NUMBER = 460; + private final static long BUILD_TIME = new GregorianCalendar(2016, + GregorianCalendar.AUGUST, 9).getTime().getTime(); public final static String VERSION = VERSION_MAJOR + "." + VERSION_MINOR + "." + VERSION_REVISION; |