From 95a7a16e8b6d75f0274fefe5a154d2600dd3d750 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 9 Feb 2008 12:27:21 +0100 Subject: [PATCH] Print codename in version info. --- para.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/para.h b/para.h index d17a5613..403ca7d4 100644 --- a/para.h +++ b/para.h @@ -118,7 +118,7 @@ } /** version text used by various commands if -V switch was given */ -#define VERSION_TEXT(prefix) "para_" prefix " " PACKAGE_VERSION "\n" \ +#define VERSION_TEXT(prefix) "para_" prefix " " PACKAGE_VERSION " (" CODENAME ")" "\n" \ "Copyright (C) 2007 Andre Noll\n" \ "This is free software with ABSOLUTELY NO WARRANTY." \ " See COPYING for details.\n" \ -- 2.39.5