diff options
author | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2021-08-13 11:44:54 +0200 |
---|---|---|
committer | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2021-08-13 11:44:54 +0200 |
commit | 96a342a4a75684d521d2abfbd912531a6f150d08 (patch) | |
tree | 82da934b88c9c7332ecaad87ec1eb4befd21f9af /pdf-over-install-helper/src/main/java | |
parent | 89237859c8098f5d8eeda09c968cafb17ffe3e39 (diff) | |
download | pdf-over-96a342a4a75684d521d2abfbd912531a6f150d08.tar.gz pdf-over-96a342a4a75684d521d2abfbd912531a6f150d08.tar.bz2 pdf-over-96a342a4a75684d521d2abfbd912531a6f150d08.zip |
Update SWT Lib to 4.20
Diffstat (limited to 'pdf-over-install-helper/src/main/java')
-rw-r--r-- | pdf-over-install-helper/src/main/java/at/asit/helper/Main.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-over-install-helper/src/main/java/at/asit/helper/Main.java b/pdf-over-install-helper/src/main/java/at/asit/helper/Main.java index f548ced5..edf5ec2f 100644 --- a/pdf-over-install-helper/src/main/java/at/asit/helper/Main.java +++ b/pdf-over-install-helper/src/main/java/at/asit/helper/Main.java @@ -22,7 +22,7 @@ import org.apache.commons.io.FileUtils; */
public class Main {
- private final static String SWT_VERSION = "4.8";
+ private final static String SWT_VERSION = "4.20";
public static void main(String[] args) {
|