From 259ed9644d1788d33c7d7532f94ebd4e1d123edb Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 3 Nov 2012 01:58:56 +0100 Subject: Relocate version.txt, leave a copy in old place for a while for upgrades to work --- src/version/version.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/version') diff --git a/src/version/version.c b/src/version/version.c index 202f2bd2..3c1e44cc 100644 --- a/src/version/version.c +++ b/src/version/version.c @@ -113,7 +113,8 @@ main (int argc, char *argv[]) else if (!strcmp (argv[1], "-v")) /* version.txt */ { printf ("%s", PACKAGE_VERSION); - } else + } + else { printf ("usage:\n\t-a\thexchat.iss/AppVerName\n\t-i\thexchat.iss/VersionInfoVersion\n\t-o\thexchat.iss/OutputBaseFilename\n\t-r\thexchat.rc/FILEVERSION, PRODUCTVERSION\n\t-v\thexchat.iss/AppVersion\n"); } -- cgit 1.4.1