- Timestamp:
- 2019-08-17T12:49:44Z (5 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
version
r7749646 r6068476 27 27 # 28 28 29 ## This file defines the release information of HelenOS.30 #31 # The release string RELEASE consists of three or four components32 # (version, patch level, sublevel and optionally an extra level).33 #34 # The NAME string is the code name of the given release.35 #36 29 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 30 HELENOS_RELEASE = 0.9.1 31 HELENOS_CODENAME = Armonia 32 HELENOS_COPYRIGHT = Copyright (c) 2001-2019 HelenOS project
Note:
See TracChangeset
for help on using the changeset viewer.