Index

Package: Version

Description

package Version is

Subprograms & Entries

Release

function Release return String;

References:

version.ads:5:14 (declaration)
version.adb:10:14 (body)
version.adb:17:9 (label)
widgets-containers-panels-dialogs-about.adb:44:75 (reference)

Called by:

Widgets.Containers.Panels.Dialogs.About.Construct defined at widgets-containers-panels-dialogs-about.ads:17:15
Returns release version, which has three components: major.minor.bugfix

Copyright_Year

function Copyright_Year return String;

References:

version.ads:8:14 (declaration)
version.adb:21:14 (body)
version.adb:38:9 (label)
widgets-containers-panels-dialogs-about.adb:48:93 (reference)

Called by:

Widgets.Containers.Panels.Dialogs.About.Construct defined at widgets-containers-panels-dialogs-about.ads:17:15

Calls:

Trim defined at a-strfix.ads:186:13
UTC_Time_Offset defined at a-catizo.ads:29:13
Value defined at a-calfor.ads:189:13
Year defined at a-calfor.ads:40:13
Returns the four digit year the executable was built as the copyright date.