diff options
author | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2020-11-16 15:49:13 +0100 |
---|---|---|
committer | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2020-11-16 15:49:13 +0100 |
commit | d13ffed00c2c97e5fd582f42c019b8833ac39c7c (patch) | |
tree | 7f200df3f1f3e774bccb60f5e6f001b1454b6f16 /pdf-over-gui | |
parent | a3b052f565b4c54774f18745acad69fc6412d682 (diff) | |
download | pdf-over-d13ffed00c2c97e5fd582f42c019b8833ac39c7c.tar.gz pdf-over-d13ffed00c2c97e5fd582f42c019b8833ac39c7c.tar.bz2 pdf-over-d13ffed00c2c97e5fd582f42c019b8833ac39c7c.zip |
PDF-Over Version changed
Diffstat (limited to 'pdf-over-gui')
-rw-r--r-- | pdf-over-gui/src/main/java/at/asit/pdfover/gui/Constants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/Constants.java b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/Constants.java index dcc7c1d3..17a9a8d7 100644 --- a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/Constants.java +++ b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/Constants.java @@ -105,7 +105,7 @@ public class Constants { public static final int SIGNATURE_KEYBOARD_POSITIONING_OFFSET = 15; /** PDF-Over User Agent string */ - public static final String USER_AGENT_STRING = "PDF-Over " + (APP_VERSION == null ? "4.1" : APP_VERSION); //$NON-NLS-1$ //$NON-NLS-2$ + public static final String USER_AGENT_STRING = "PDF-Over " + (APP_VERSION == null ? "4.3" : APP_VERSION); //$NON-NLS-1$ //$NON-NLS-2$ /** Current release file */ public static final String CURRENT_RELEASE_URL = "http://webstart.buergerkarte.at/PDF-Over/Release.txt"; //$NON-NLS-1$ |