Mercurial > hg > Applications > TreeVNC
changeset 622:e75a536a65c9
merge
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 24 Feb 2020 16:21:20 +0900 |
parents | 320392910cb8 (diff) f28415fc6e00 (current diff) |
children | 120a31960494 |
files | |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/build.gradle Sun Feb 23 18:42:51 2020 +0900 +++ b/build.gradle Mon Feb 24 16:21:20 2020 +0900 @@ -7,9 +7,9 @@ apply plugin: 'application' -sourceCompatibility = JavaVersion.VERSION_11 -targetCompatibility = JavaVersion.VERSION_11 -version = '2.7.2' +sourceCompatibility = JavaVersion.VERSION_13 +targetCompatibility = JavaVersion.VERSION_13 +version = '3.0.0' project.ext.baseName = 'tightvnc-jviewer' def buildNo = processBuildNo(version)