Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
cd4d7230
Commit
cd4d7230
authored
16 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Patches
Plain Diff
update copyright and version number on the client side
parent
b4f86400
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sflphone-gtk/configure.ac
+2
-2
2 additions, 2 deletions
sflphone-gtk/configure.ac
sflphone-gtk/src/main.c
+2
-2
2 additions, 2 deletions
sflphone-gtk/src/main.c
with
4 additions
and
4 deletions
sflphone-gtk/configure.ac
+
2
−
2
View file @
cd4d7230
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)
...
...
This diff is collapsed.
Click to expand it.
sflphone-gtk/src/main.c
+
2
−
2
View file @
cd4d7230
...
...
@@ -33,9 +33,9 @@ main (int argc, char *argv[])
gtk_init
(
&
argc
,
&
argv
);
g_print
(
"%s
\n
"
,
PACKAGE_STRING
);
g_print
(
"Copyright (c) 200
7
Savoir-faire Linux Inc.
\n
"
);
g_print
(
"Copyright (c) 200
5 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
)
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment