diff --git a/sflphone-gtk/configure.ac b/sflphone-gtk/configure.ac index 08d03b3859cf6880d082f09746137e0146c68850..e94fdcaafe06999fc5b434132d0832d6ac271f29 100644 --- a/sflphone-gtk/configure.ac +++ b/sflphone-gtk/configure.ac @@ -1,8 +1,8 @@ -AC_INIT([SFLphone],[0.8],[sflphoneteam@savoirfairelinux.com],[sflphone]) +AC_INIT([SFLphone],[0.9.2],[sflphoneteam@savoirfairelinux.com],[sflphone]) AM_CONFIG_HEADER(config.h) PACKAGE=SFLphone -VERSION=0.9 +VERSION=0.9.2 AM_INIT_AUTOMAKE($PACKAGE,$VERSION) diff --git a/sflphone-gtk/src/main.c b/sflphone-gtk/src/main.c index 95996c7ecf7d5f32c4ec6a810b36f3434e74a540..886f523186bd176b06f1e99c8724d811decdf251 100644 --- a/sflphone-gtk/src/main.c +++ b/sflphone-gtk/src/main.c @@ -33,9 +33,9 @@ main (int argc, char *argv[]) gtk_init (&argc, &argv); g_print("%s\n", PACKAGE_STRING); - g_print("Copyright (c) 2007 Savoir-faire Linux Inc.\n"); + g_print("Copyright (c) 2005 2006 2007 2008 Savoir-faire Linux Inc.\n"); g_print("This is free software. You may redistribute copies of it under the terms of\n\ -the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.\n\ +the GNU General Public License Version 3 <http://www.gnu.org/licenses/gpl.html>.\n\ There is NO WARRANTY, to the extent permitted by law.\n\n"); srand ( time(NULL) );