Index: /branches/eraser6/6.0/Eraser/AboutForm.cs
===================================================================
--- /branches/eraser6/6.0/Eraser/AboutForm.cs	(revision 2619)
+++ /branches/eraser6/6.0/Eraser/AboutForm.cs	(revision 2620)
@@ -119,6 +119,7 @@
 
 				g.DrawString(string.Format(CultureInfo.CurrentCulture, versionString,
-					Assembly.GetExecutingAssembly().GetName().Version, BuildInfo.BuildDate),
-					Font, textBrush, new PointF(eraserPos.X + eraserSize.Width + 3, eraserPos.Y));
+					FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).FileVersion,
+					BuildInfo.BuildDate), Font, textBrush,
+					new PointF(eraserPos.X + eraserSize.Width + 3, eraserPos.Y));
 
 				//Copyright and Website
