Commit 119d8adec8e4021c33c53f037e2d856f8a4369a8
1 parent
5d81249e
1.7.13.1
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
anubis_distrib/win32_install/install_1_7_X.iss
| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | |
| 4 | 4 | [Setup] |
| 5 | 5 | AppName=Anubis |
| 6 | -AppVerName=Anubis 1.7.13.0 | |
| 6 | +AppVerName=Anubis 1.7.13.1 | |
| 7 | 7 | AppPublisher=Alain Prouté & David René |
| 8 | 8 | DefaultDirName={pf}\Anubis |
| 9 | 9 | DefaultGroupName=Anubis |
| ... | ... | @@ -16,7 +16,7 @@ LanguageDetectionMethod=uilanguage |
| 16 | 16 | AppID={{57A4DD42-AAB2-4C00-AB8F-F9458E95F017} |
| 17 | 17 | AppCopyright=© 2000-2007 Alain Prouté, David René |
| 18 | 18 | WizardImageBackColor=clMaroon |
| 19 | -OutputBaseFilename=Anubis_1_7_13_0_Win32 | |
| 19 | +OutputBaseFilename=Anubis_1_7_13_1_Win32 | |
| 20 | 20 | InfoAfterFile= |
| 21 | 21 | WizardImageFile=WizModernImage-IS.bmp |
| 22 | 22 | WizardSmallImageFile=WizModernSmallImage-IS.bmp |
| ... | ... | @@ -26,8 +26,8 @@ BackColor=clMaroon |
| 26 | 26 | SetupIconFile= |
| 27 | 27 | BackColor2=clRed |
| 28 | 28 | WizardImageStretch=false |
| 29 | -AppVersion=1.7.13.0 | |
| 30 | -VersionInfoVersion=1.7.13.0 | |
| 29 | +AppVersion=1.7.13.1 | |
| 30 | +VersionInfoVersion=1.7.13.1 | |
| 31 | 31 | VersionInfoCompany= |
| 32 | 32 | VersionInfoDescription=Anubis Language |
| 33 | 33 | VersionInfoCopyright=Alain Prouté, David René | ... | ... |