Changeset 6068476 in mainline for version


Ignore:
Timestamp:
2019-08-17T12:49:44Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
05d97eef
Parents:
7749646
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-07-20 15:13:22)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:44)
Message:

Modify HelenOS version variables to use unambiguous names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • version

    r7749646 r6068476  
    2727#
    2828
    29 ## This file defines the release information of HelenOS.
    30 #
    31 # The release string RELEASE consists of three or four components
    32 # (version, patch level, sublevel and optionally an extra level).
    33 #
    34 # The NAME string is the code name of the given release.
    35 #
    3629
    37 VERSION = 0
    38 PATCHLEVEL = 9
    39 SUBLEVEL = 1
    40 
    41 ifdef EXTRAVERSION
    42         RELEASE = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL).$(EXTRAVERSION)
    43 else
    44         RELEASE = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)
    45 endif
    46 
    47 NAME = Armonia
    48 COPYRIGHT = Copyright (c) 2001-2019 HelenOS project
     30HELENOS_RELEASE = 0.9.1
     31HELENOS_CODENAME = Armonia
     32HELENOS_COPYRIGHT = Copyright (c) 2001-2019 HelenOS project
Note: See TracChangeset for help on using the changeset viewer.