From 04d05104faea247161011c0c381f6f3db1ce23df Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 29 Jun 2018 20:53:46 +0200 Subject: [PATCH] bin: conform to GNU Coding Standards for --version * bin/common_setup.cc: Print the version number after the parentheses. --- bin/common_setup.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/common_setup.cc b/bin/common_setup.cc index 27a205654..babd0f58d 100644 --- a/bin/common_setup.cc +++ b/bin/common_setup.cc @@ -33,7 +33,7 @@ static void display_version(FILE *stream, struct argp_state*) { fputs(program_name, stream); - fputs(" (" PACKAGE_STRING ")\n\ + fputs(" (" PACKAGE_NAME ") " PACKAGE_VERSION "\n\ \n\ Copyright (C) 2018 Laboratoire de Recherche et Développement de l'Epita.\n\ License GPLv3+: \