[Debburn-changes] r482 - cdrkit/trunk/libusal

Eduard Bloch blade at alioth.debian.org
Sun Nov 26 00:20:45 CET 2006


Author: blade
Date: 2006-11-26 00:20:44 +0100 (Sun, 26 Nov 2006)
New Revision: 482

Modified:
   cdrkit/trunk/libusal/scsitransp.c
Log:
Proper version reporting in libusal

Modified: cdrkit/trunk/libusal/scsitransp.c
===================================================================
--- cdrkit/trunk/libusal/scsitransp.c	2006-11-25 23:13:29 UTC (rev 481)
+++ cdrkit/trunk/libusal/scsitransp.c	2006-11-25 23:20:44 UTC (rev 482)
@@ -66,8 +66,8 @@
  *	Choose your name instead of "schily" and make clear that the version
  *	string is related to a modified source.
  */
-static	char	_usal_version[]		= "0.8ubuntu1+debburn1";	/* The global libusal version	*/
-static	char	_usal_auth_ubuntu[]	= "debburn project";	/* The author for this module	*/
+static	char	_usal_version[]		= CDRKIT_VERSION;	/* The global libusal version	*/
+static	char	_usal_auth_cdrkit[]	= "Cdrkit maintainers";	/* The author for this module	*/
 
 #define	DEFTIMEOUT	20	/* Default timeout for SCSI command transport */
 
@@ -150,7 +150,7 @@
 		 * return "schily" for the SCG_AUTHOR request.
 		 */
 		case SCG_AUTHOR:
-			return (_usal_auth_ubuntu);
+			return (_usal_auth_cdrkit);
 		case SCG_SCCS_ID:
 			return (sccsid);
 		default:




More information about the Debburn-changes mailing list