Changeset 138 for trunk/Install


Ignore:
Timestamp:
Jul 6, 2017, 12:24:14 PM (7 years ago)
Author:
chronos
Message:
  • Modified: Updated 1.1.0 version in all related files.
  • Added: Windows installer for 1.1.0 version.
Location:
trunk/Install
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/deb/debian/changelog

    r112 r138  
    1 xtactics (1.0.0-1) precise; urgency=low
     1xtactics (1.2.0-1) precise; urgency=low
    22
    3   * Original version 1.0.0 packaged with lazdebian
     3  * Original version 1.2.0 packaged with lazdebian
    44
    5  -- Chronos <robie@centrum.cz>  Sun, 27 Nov 2016 00:51:08 +0100
     5 -- Chronos <robie@centrum.cz>  Sun, 6 Jul 2017 00:51:08 +0100
  • trunk/Install/deb/debian/control

    r112 r138  
    33Section: utils
    44Priority: optional
    5 Standards-Version: 1.0.0
     5Standards-Version: 1.2.0
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
  • trunk/Install/win/build.bat

    r136 r138  
    1 %LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode=Release --cpu=i386 ../../xtactics.lpr
    2 %LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode=Release --cpu=x86_64 ../../xtactics.lpr
     1%LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Windows 32-bit" ../../xtactics.lpr
     2%LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode="Windows 64-bit" ../../xtactics.lpr
    33
    44"C:\Program Files (x86)\Inno Setup 5\iscc.exe" xTactics.iss
  • trunk/Install/win/xTactics.iss

    r136 r138  
    33
    44#define MyAppName "xTactics"
    5 #define MyAppVersion "1.0"
     5#define MyAppVersion "1.2.0-alfa"
    66#define MyAppPublisher "Chronosoft"
    77#define MyAppPublisherShort "Chronosoft"
Note: See TracChangeset for help on using the changeset viewer.