From: Daniel Carl Date: Mon, 24 Dec 2012 22:54:38 +0000 (+0100) Subject: Changed the order of project and version for vimp -v. X-Git-Url: https://git.owens.tech/assets/static/git-logo.png/assets/static/git-logo.png/git?a=commitdiff_plain;h=a47d545c492ca7ed5ecf456d8cfa2e65818cac60;p=vimb.git Changed the order of project and version for vimp -v. --- diff --git a/src/main.c b/src/main.c index 811b664..9dd442d 100644 --- 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)