Changeset 494
- Timestamp:
- Jan 7, 2024, 1:55:20 AM (19 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/VersionUnit.pas
r493 r494 17 17 18 18 const 19 Version = 'V2.19. 8e'; // $SS_REQUIRE_NEW_VERSION$20 BldLevelVersion = '2.19. 8e'; // Embedded for IBM BLDLEVEL tool19 Version = 'V2.19.9'; // $SS_REQUIRE_NEW_VERSION$ 20 BldLevelVersion = '2.19.9'; // Embedded for IBM BLDLEVEL tool 21 21 CopyrightMsg = 'Copyright 2005 Aaron Lawrence; 2006-2019 Ronald Brill'; 22 22 LicenseMsg = 'Licensed under the GNU Public License'; -
trunk/howto.txt
r480 r494 160 160 You can build ViewStub.EXE from the GUI in the same way as NewView.EXE, by 161 161 opening `NewView\ViewStub.spr` in the IDE and building it from the Project 162 menu. ViewStub.EXE will be placed in `build\newview_stub`. 162 menu. Turn debugging symbols OFF (in project settings) when building it. 163 ViewStub.EXE will be placed in `build\newview_stub`. 163 164 164 165 … … 228 229 newview.dll (from build\newview_dll) 229 230 helpmgr.dll (from build\hlpmgr) 230 install.exe (from build\installer )231 install.exe (from build\installer, rename from NewViewInstall.EXE) 231 232 renmodul.dll (from installer) 232 233 (language files) (from build\newview_i18n) -
trunk/i18n/Changes.txt
r490 r494 2 2 3 3 V2.19.9 4 - Fix: NewView now sets itself system-modal if opened while a system-modal window 5 exists. 4 - Fix: NewView should now display properly if opened from a system-modal application. 6 5 - Fix: NewView now correctly appears on-screen if another running instance of NewView 7 6 is off-screen (such as on another virtual desktop). -
trunk/installer/MainFormUnit.pas
r434 r494 23 23 Description = 'NewView Install'; 24 24 25 Version = 'V1.10. 2'; // $SS_REQUIRE_NEW_VERSION$26 BldLevelVersion = '1.10. 2'; // Embedded for IBM BLDLEVEL tool25 Version = 'V1.10.3'; // $SS_REQUIRE_NEW_VERSION$ 26 BldLevelVersion = '1.10.3'; // Embedded for IBM BLDLEVEL tool 27 27 28 28 // BLDLevel - compatible - mostly
Note:
See TracChangeset
for help on using the changeset viewer.