From: amwaterhouse Date: Mon, 11 Jul 2005 13:17:10 +0000 (+0000) Subject: Version changes X-Git-Tag: Release_2_01~13 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=e245254bce4d67fe6842e4ead3ab94624ab1ac59 Version changes --- diff --git a/src/org/jibble/epsgraphics/EpsDocument.java b/src/org/jibble/epsgraphics/EpsDocument.java index 56ad32f..486fc31 100755 --- a/src/org/jibble/epsgraphics/EpsDocument.java +++ b/src/org/jibble/epsgraphics/EpsDocument.java @@ -149,7 +149,7 @@ public class EpsDocument { float offsetY = -minY; writer.write("%!PS-Adobe-3.0 EPSF-3.0\n"); - writer.write("%%Creator: Jalview " + jalview.bin.Cache.VERSION + " \n"); + writer.write("%%Creator: Jalview " + jalview.bin.Cache.getProperty("VERSION") + " \n"); writer.write("%%Title: " + _title + "\n"); writer.write("%%CreationDate: " + new Date() + "\n"); writer.write("%%BoundingBox: 0 0 " + ((int) Math.ceil(maxX + offsetX)) + " " + ((int) Math.ceil(maxY + offsetY)) + "\n");