JAL-1551 source tidy
[jalview.git] / src / jalview / bin / Cache.java
index 3bb2247..641815d 100755 (executable)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1)
- * Copyright (C) 2014 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -391,7 +391,7 @@ public class Cache
     {
       codeInstallation = " (" + codeInstallation + ")";
     }
-
+    new BuildDetails(codeVersion, null, codeInstallation);
     System.out
             .println("Jalview Version: " + codeVersion + codeInstallation);