class BUILD_INFO

(source code)

Description

Build specification

Notes

GENERATED FILE. Do not edit

note
	description: "Build specification"
	notes: "GENERATED FILE. Do not edit"

	author: "Python module: eiffel_loop.eiffel.ecf.py"

	date: "2022-07-21 12:03:48 GMT (Thursday 21st July 2022)"
	revision: "1"

class
	BUILD_INFO

inherit
	EL_BUILD_INFO

create
	make

feature -- Constants

	Version_number: NATURAL = 01_00_00

	Build_number: NATURAL = 48

	Installation_sub_directory: DIR_PATH
		once
			Result := "Eiffel-Loop/graphical"
		end

end