Index: JvCoreReg.pas
===================================================================
--- JvCoreReg.pas	(revision 13148)
+++ JvCoreReg.pas	(working copy)
@@ -264,7 +264,7 @@
   Supports(BorlandIDEServices,IOTAAboutBoxServices, AboutBoxServices);
   Assert(Assigned(AboutBoxServices), RsENoAboutServices);
   ProductImage := LoadBitmap(FindResourceHInstance(HInstance), 'JVCLSPLASH');
-  AboutBoxIndex := AboutBoxServices.AddPluginInfo(RsAboutTitle, RsAboutDescription,
+  AboutBoxIndex := AboutBoxServices.AddPluginInfo(RsAboutTitle + ' ' + JVCL_VERSIONSTRING, RsAboutDescription,
     ProductImage, False, RsAboutLicenceStatus);
 end;
 
@@ -284,7 +284,7 @@
 begin
   Assert(Assigned(SplashScreenServices), RsENoSplashServices);
   ProductImage := LoadBitmap(FindResourceHInstance(HInstance), 'JVCLSPLASH');
-  SplashScreenServices.AddPluginBitmap(RsAboutDialogTitle, ProductImage,
+  SplashScreenServices.AddPluginBitmap(RsAboutDialogTitle + ' ' + JVCL_VERSIONSTRING, ProductImage,
     False, RsAboutLicenceStatus);
 end;
 
