Changeset 444
- Timestamp:
- May 18, 2022, 10:56:48 PM (3 years ago)
- Files:
- 
      - 3 added
- 6 edited
 
 - 
          
  bin/win/Install-C-evo-nh-1.3.1-win32.exe (added)
- 
          
  bin/win/Install-C-evo-nh-1.3.1-win64.exe (added)
- 
          
  bin/win/Install-C-evo-nh-1.3.1.exe (added)
- 
          
  tags/1.3.1/Global.pas (modified) (1 diff)
- 
          
  tags/1.3.1/Install/deb/debian/changelog (modified) (1 diff)
- 
          
  tags/1.3.1/Install/deb/debian/control (modified) (1 diff)
- 
          
  tags/1.3.1/Install/rpm/c-evo.spec (modified) (2 diffs)
- 
          
  tags/1.3.1/Install/snap/snapcraft.yaml (modified) (1 diff)
- 
          
  tags/1.3.1/Install/win/Common.iss (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      tags/1.3.1/Global.pasr417 r444 18 18 AITemplateFileName = 'AI Template' + DirectorySeparator + AITemplateManual + '.html'; 19 19 CevoVersionMajor = 1; 20 CevoVersionMinor = 4;21 CevoVersionBugFix = 0;20 CevoVersionMinor = 3; 21 CevoVersionBugFix = 1; 22 22 CevoVersion = ((CevoVersionMajor and $ff) shl 16) or 23 23 ((CevoVersionMinor and $ff) shl 8) or 
- 
      tags/1.3.1/Install/deb/debian/changelogr403 r444 1 c-evo (1. 4.0-0) precise; urgency=low1 c-evo (1.3.1-0) precise; urgency=low 2 2 3 * Original version 1. 4.0packaged with lazdebian3 * Original version 1.3.1 packaged with lazdebian 4 4 5 5 -- Chronos <robie@centrum.cz> Sun, 17 Dec 2016 00:51:08 +0100 
- 
      tags/1.3.1/Install/deb/debian/controlr403 r444 3 3 Section: games 4 4 Priority: optional 5 Standards-Version: 1. 4.05 Standards-Version: 1.3.1 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 
- 
      tags/1.3.1/Install/rpm/c-evo.specr421 r444 1 1 Name: c-evo 2 Version: 1. 4.02 Version: 1.3.1 3 3 Release: 1%{?dist} 4 4 Summary: Empire building game … … 11 11 Requires: sox 12 12 13 BuildRequires: lazarus >= 2. 0.1213 BuildRequires: lazarus >= 2.2.0 14 14 15 15 %description 
- 
      tags/1.3.1/Install/snap/snapcraft.yamlr434 r444 1 1 name: c-evo 2 2 title: "C-evo: New Horizons" 3 version: '1. 4.0'3 version: '1.3.1' 4 4 summary: A turn-based empire building game inspired by Civilization II game. 5 5 description: | 
- 
      tags/1.3.1/Install/win/Common.issr411 r444 5 5 #define MyAppTitle "C-evo: New Horizons" 6 6 #define MyAppNameShort "C-evo-nh" 7 #define MyAppVersion "1. 4.0"8 #define MyAppVersionSuffix "alfa"7 #define MyAppVersion "1.3.1" 8 ;#define MyAppVersionSuffix "alfa" 9 9 #define MyAppPublisher "Chronosoft" 10 10 #define MyAppPublisherShort "Chronosoft" 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
