summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-01-02 21:59:02 +1100
committerJed Barber <jjbarber@y7mail.com>2017-01-02 21:59:02 +1100
commit534e823dcc2a02bd371336c960a8203953b3dddd (patch)
treea1287e41ef93b6bbd09269279887674dcd1886b2
parente136503bc4c8f46f4dd98e919562103d875fbeca (diff)
Bumped version number to 0.8
-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