summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/windows-about.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows-about.adb b/src/windows-about.adb
index 27b8373..a09a41b 100644
--- a/src/windows-about.adb
+++ b/src/windows-about.adb
@@ -36,7 +36,7 @@ package body Windows.About is
Heading_Size : Integer := 22;
Text_Size : Integer := 12;
- Heading_Text : String := "Adapad 0.5";
+ Heading_Text : String := "Adapad 0.8";
Blurb_Text : String := "FLTK based simple text editor written in Ada";
Author_Text : String := "Programmed by Jed Barber";
begin