Changeset 160 for trunk/Install


Ignore:
Timestamp:
Aug 19, 2024, 11:49:08 AM (3 months ago)
Author:
chronos
Message:
  • Added: 1.3.0 Windows installer.
  • Modified: Trunk pushed to newer future version.
Location:
trunk/Install
Files:
5 edited

Legend:

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

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

    r139 r160  
    33Section: devel
    44Priority: optional
    5 Standards-Version: 1.3.0
     5Standards-Version: 1.4.0
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
  • trunk/Install/rpm/LazFuck.spec

    r140 r160  
    11Name:           LazFuck
    2 Version:        1.3.0
     2Version:        1.4.0
    33Release:        1%{?dist}
    44Summary:        A simple BrainFuck IDE written in Lazarus/FPC.
  • trunk/Install/snap/snapcraft.yaml

    r141 r160  
    11name: lazfuck
    22title: LazFuck
    3 version: 1.3.0
     3version: 1.4.0
    44summary: A simple BrainFuck IDE written in Lazarus/FPC.
    55description: |
  • trunk/Install/win/LazFuck.iss

    r139 r160  
    44#define MyAppName "LazFuck"
    55#define MyAppNameShort "LazFuck"
    6 #define MyAppVersion "1.3.0"
     6#define MyAppVersion "1.4.0"
    77#define MyAppVersionSuffix "alfa"
    88#define MyAppPublisher "Chronosoft"
Note: See TracChangeset for help on using the changeset viewer.