X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fada%2Fterminal_interface-curses_constants__ads.htm;h=e57ea4a0c9b7f570fbad03a90d23cafce1e4709f;hp=c541c9b86147c2e838484db50efcc548d8b08d3c;hb=d66080c21038ad4feb2e41a0c4e517d5b4a03ab2;hpb=1501ae2a13db0ffd2db8404c24aa5010a88ea91b diff --git a/doc/html/ada/terminal_interface-curses_constants__ads.htm b/doc/html/ada/terminal_interface-curses_constants__ads.htm index c541c9b8..e57ea4a0 100644 --- a/doc/html/ada/terminal_interface-curses_constants__ads.htm +++ b/doc/html/ada/terminal_interface-curses_constants__ads.htm @@ -36,8 +36,8 @@ -- Version of the ncurses library from extensions(3NCURSES) NCURSES_VERSION_MAJOR : constant := 6; - NCURSES_VERSION_MINOR : constant := 0; - Version : constant String := "6.0"; + NCURSES_VERSION_MINOR : constant := 1; + Version : constant String := "6.1"; -- Character non-color attributes from attr(3NCURSES)