Changes in version [6068476:0767eb2] in mainline
Legend:
- Unmodified
- Added
- Removed
-
version
r6068476 r0767eb2 27 27 # 28 28 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 # 29 36 30 HELENOS_RELEASE = 0.9.1 31 HELENOS_CODENAME = Armonia 32 HELENOS_COPYRIGHT = Copyright (c) 2001-2019 HelenOS project 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
Note:
See TracChangeset
for help on using the changeset viewer.