Changeset 444 for tags


Ignore:
Timestamp:
May 18, 2022, 10:56:48 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Changes related to version 1.3.1.
  • Added: Windows binaries for version 1.3.1.
Location:
tags/1.3.1
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.1/Global.pas

    r417 r444  
    1818  AITemplateFileName = 'AI Template' + DirectorySeparator + AITemplateManual + '.html';
    1919  CevoVersionMajor = 1;
    20   CevoVersionMinor = 4;
    21   CevoVersionBugFix = 0;
     20  CevoVersionMinor = 3;
     21  CevoVersionBugFix = 1;
    2222  CevoVersion = ((CevoVersionMajor and $ff) shl 16) or
    2323    ((CevoVersionMinor and $ff) shl 8) or
  • tags/1.3.1/Install/deb/debian/changelog

    r403 r444  
    1 c-evo (1.4.0-0) precise; urgency=low
     1c-evo (1.3.1-0) precise; urgency=low
    22
    3   * Original version 1.4.0 packaged with lazdebian
     3  * Original version 1.3.1 packaged with lazdebian
    44
    55 -- Chronos <robie@centrum.cz>  Sun, 17 Dec 2016 00:51:08 +0100
  • tags/1.3.1/Install/deb/debian/control

    r403 r444  
    33Section: games
    44Priority: optional
    5 Standards-Version: 1.4.0
     5Standards-Version: 1.3.1
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
  • tags/1.3.1/Install/rpm/c-evo.spec

    r421 r444  
    11Name:           c-evo
    2 Version:        1.4.0
     2Version:        1.3.1
    33Release:        1%{?dist}
    44Summary:        Empire building game
     
    1111Requires:       sox
    1212
    13 BuildRequires:  lazarus >= 2.0.12
     13BuildRequires:  lazarus >= 2.2.0
    1414
    1515%description
  • tags/1.3.1/Install/snap/snapcraft.yaml

    r434 r444  
    11name: c-evo
    22title: "C-evo: New Horizons"
    3 version: '1.4.0'
     3version: '1.3.1'
    44summary: A turn-based empire building game inspired by Civilization II game.
    55description: |
  • tags/1.3.1/Install/win/Common.iss

    r411 r444  
    55#define MyAppTitle "C-evo: New Horizons"
    66#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"
    99#define MyAppPublisher "Chronosoft"
    1010#define MyAppPublisherShort "Chronosoft"
Note: See TracChangeset for help on using the changeset viewer.