From 5951cbd62744ded393b11d8ab46c36e7d04f3636 Mon Sep 17 00:00:00 2001
From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Date: Thu, 8 Jan 2009 11:00:05 -0500
Subject: [PATCH] update version number in assistant wizard

---
 sflphone-gtk/src/assistant.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sflphone-gtk/src/assistant.c b/sflphone-gtk/src/assistant.c
index c7ae8e956c..bd7060e632 100644
--- a/sflphone-gtk/src/assistant.c
+++ b/sflphone-gtk/src/assistant.c
@@ -162,7 +162,7 @@ build_intro()
 {
   GtkWidget *label;
 
-  wiz->intro = create_vbox( GTK_ASSISTANT_PAGE_INTRO  , _("SFLphone 0.8") , _("Welcome to SFLphone!"));
+  wiz->intro = create_vbox( GTK_ASSISTANT_PAGE_INTRO  , _("SFLphone 0.9.2") , _("Welcome to SFLphone!"));
 
   label = gtk_label_new(_("This installation wizard will help you configure an account.")) ;
   gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
-- 
GitLab