Relocate version.txt, leave a copy in old place for a while for upgrades to work

This commit is contained in:
Berke Viktor
2012-11-03 01:58:56 +01:00
parent c07c888321
commit 259ed9644d
3 changed files with 5 additions and 3 deletions

View File

@@ -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");
}