From 1580a0b36f02103f3fa8db87fc65440d786196d1 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 17 Sep 2017 10:41:10 -0700 Subject: [PATCH] Note 1.6.4 release and JVM version requirements. Handy that we moved to Java 6 with the 1.6 series and can move to Java 7 with the 1.7 series. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b302287..442ff6a 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ applications. The latest version of Getdown can be obtained thusly: * Download the pre-built jar file from Maven Central: - [getdown-1.6.2.jar](http://repo2.maven.org/maven2/com/threerings/getdown/1.6.2/getdown-1.6.2.jar) - * Obtain the jar artifact via Maven with the following identifier: `com.threerings:getdown:1.6.2`. + [getdown-1.6.4.jar](http://repo2.maven.org/maven2/com/threerings/getdown/1.6.4/getdown-1.6.4.jar) + * Obtain the jar artifact via Maven with the following identifier: `com.threerings:getdown:1.6.4`. * [Check out the code](https://github.com/threerings/getdown) and build it yourself. You can also: @@ -52,6 +52,12 @@ You can also: * View the [javadoc documentation] online. * Browse the [source code] online. +## JVM Version Requirements + + * Getdown version 1.7.x (not yet released) requires Java 7 VM or newer. + * Getdown version 1.6.x requires Java 6 VM or newer. + * Getdown version 1.5 and earlier requires Java 5 VM or newer. + ## Building Getdown is built with Maven in the standard ways. Invoke the following commands, for fun and