diff options
Diffstat (limited to 'pdf-over-gui')
6 files changed, 10 insertions, 10 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 d2d285c1..dffcec0f 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 @@ -93,7 +93,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.0" : APP_VERSION); //$NON-NLS-1$ //$NON-NLS-2$ + public static final String USER_AGENT_STRING = "PDF-Over " + (APP_VERSION == null ? "4.1" : 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$ diff --git a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/MainWindow.java b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/MainWindow.java index 18135e3f..78fab160 100644 --- a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/MainWindow.java +++ b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/MainWindow.java @@ -65,7 +65,7 @@ import at.asit.pdfover.gui.workflow.states.OpenState; import at.asit.pdfover.gui.workflow.states.PositioningState; /** - * The Main Window of PDF-Over 4.0 + * The Main Window of PDF-Over 4 */ public class MainWindow { diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml index b2ece847..8418ccc3 100644 --- a/pdf-over-gui/src/main/resources/izpack/install.xml +++ b/pdf-over-gui/src/main/resources/izpack/install.xml @@ -4,7 +4,7 @@ <info> <appname>PDF-Over</appname> - <appversion>4.0</appversion> + <appversion>4.1</appversion> <javaversion>1.6</javaversion> <authors> <author name="A-SIT (Secure Information Technology Center - Austria)" email="" /> diff --git a/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml b/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml index 6b025208..e0d82271 100644 --- a/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml +++ b/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml @@ -15,7 +15,7 @@ target="$INSTALL_PATH/scripts/pdf-over_linux.sh" commandLine="" workingDirectory="$INSTALL_PATH" - description="PDF-Over 4.0" + description="PDF-Over 4.1" iconFile="$INSTALL_PATH/icons/icon.png" iconIndex="0" type="Application" diff --git a/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml b/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml index 03c2359b..72d4b271 100644 --- a/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml +++ b/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml @@ -14,7 +14,7 @@ target="$INSTALL_PATH/PDF-Over.exe" commandLine="" workingDirectory="$INSTALL_PATH" - description="PDF-Over 4.0" + description="PDF-Over 4.1" iconFile="$INSTALL_PATH/icons/icon.ico" iconIndex="0" type="Application" @@ -33,10 +33,10 @@ target="$INSTALL_PATH/Uninstaller/Uninstaller.exe" commandLine="" workingDirectory="$INSTALL_PATH/Uninstaller" - description="PDF-Over 4.0 Uninstaller" + description="PDF-Over 4.1 Uninstaller" type="Application" encoding="UTF-8" initialState="minimized"> <createForPack name="main"/> </shortcut> -</shortcuts>
\ No newline at end of file +</shortcuts> diff --git a/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml b/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml index aed600bb..555874eb 100644 --- a/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml +++ b/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml @@ -14,7 +14,7 @@ target="$INSTALL_PATH/PDF-Over.exe" commandLine="" workingDirectory="$INSTALL_PATH" - description="PDF-Over 4.0" + description="PDF-Over 4.1" iconFile="$INSTALL_PATH/icons/icon.ico" iconIndex="0" type="Application" @@ -33,10 +33,10 @@ target="$INSTALL_PATH/Uninstaller/Uninstaller.exe" commandLine="" workingDirectory="$INSTALL_PATH/Uninstaller" - description="PDF-Over 4.0 Uninstaller" + description="PDF-Over 4.1 Uninstaller" type="Application" encoding="UTF-8" initialState="minimized"> <createForPack name="main"/> </shortcut> -</shortcuts>
\ No newline at end of file +</shortcuts> |