Skip to content
Snippets Groups Projects
Commit cd4d7230 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

update copyright and version number on the client side

parent b4f86400
No related branches found
No related tags found
No related merge requests found
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)
......
......@@ -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) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment