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: "2023-12-03 10:00:20 GMT (Sunday 3rd December 2023)"
	revision: "1"

class
	BUILD_INFO

inherit
	EL_BUILD_INFO

create
	make

feature -- Constants

	Version_number: NATURAL = 01_00_00

	Build_number: NATURAL = 0

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

end