From 5724ee5297c500b5c7b09495151aa3384f707ff4 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 20 Oct 2013 11:00:15 +0200 Subject: add release info --- typres.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/typres.sh b/typres.sh index 4bfcb49..ab3a748 100755 --- a/typres.sh +++ b/typres.sh @@ -264,6 +264,11 @@ function s_can_do_it { t "You can do it!" i "s" "you_can_do_it.gif" } +function s_release { + c "Next release at the end of the year, after efl 1.8" + + i "c" "terminology.png" +} function s_troll { t "Terminology is an OS, like emacs, except better" local bullets=( "Elementary is not for you?" \ @@ -277,7 +282,9 @@ function s_end { } -slides=(s_intro s_me s_about s_interlude0 s_features1 s_interlude1 s_features2 s_interlude2 s_features3 s_figures s_help s_can_do_it s_troll s_end) +slides=(s_intro s_me s_about s_interlude0 s_features1 s_interlude1 \ +s_features2 s_interlude2 s_features3 s_figures s_help s_can_do_it s_release \ +s_troll s_end) -- cgit v1.2.1