projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ce4ec6
)
Changed the order of project and version for vimp -v.
author
Daniel Carl
<danielcarl@gmx.de>
Mon, 24 Dec 2012 22:54:38 +0000
(23:54 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Mon, 24 Dec 2012 22:54:38 +0000
(23:54 +0100)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
811b664
..
9dd442d
100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-439,7
+439,7
@@
void vp_echo(const MessageType type, gboolean hide, const char *error, ...)
static void vp_print_version(void)
{
- fprintf(stderr, "%s/%s (build %s %s)\n",
VERSION, PROJECT
, __DATE__, __TIME__);
+ fprintf(stderr, "%s/%s (build %s %s)\n",
PROJECT, VERSION
, __DATE__, __TIME__);
}
static void vp_init(void)