diff options
| author | Giuseppe Baruffa <gbaruffa@users.noreply.github.com> | 2007-04-27 17:20:26 +0000 |
|---|---|---|
| committer | Giuseppe Baruffa <gbaruffa@users.noreply.github.com> | 2007-04-27 17:20:26 +0000 |
| commit | 7c9dc11e3331d3770caf647ca50d58f2bca7a249 (patch) | |
| tree | 68d34d0f19115bd9757004f1d3be81bbc1393e22 /OPJViewer/OPJViewer.iss | |
| parent | 848214e7894895f30c9f827ff9d2796cf2d3cc3c (diff) | |
workarounds for rendering differently sized components
Diffstat (limited to 'OPJViewer/OPJViewer.iss')
| -rw-r--r-- | OPJViewer/OPJViewer.iss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OPJViewer/OPJViewer.iss b/OPJViewer/OPJViewer.iss index ed8e9b71..1467e288 100644 --- a/OPJViewer/OPJViewer.iss +++ b/OPJViewer/OPJViewer.iss @@ -3,7 +3,7 @@ [Setup]
AppName=OPJViewer
-AppVerName=OPJViewer 0.2 alpha
+AppVerName=OPJViewer 0.3 alpha
AppPublisher=OpenJPEG
AppPublisherURL=http://www.openjpeg.org
AppSupportURL=http://www.openjpeg.org
@@ -11,13 +11,13 @@ AppUpdatesURL=http://www.openjpeg.org DefaultDirName={pf}\OPJViewer
DefaultGroupName=OPJViewer
OutputDir=setup
-OutputBaseFilename=OPJViewer02alpha_setup
+OutputBaseFilename=OPJViewer03alpha_setup
Compression=lzma
SolidCompression=true
InfoBeforeFile=source\readmebefore.txt
InfoAfterFile=source\readmeafter.txt
LicenseFile=source\license.txt
-VersionInfoVersion=0.2.0.0
+VersionInfoVersion=0.3.0.0
VersionInfoCompany=OpenJPEG
VersionInfoDescription=JPEG 2000 viewer
ShowLanguageDialog=yes
|
