aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/apps/Version.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/fop/apps/Version.java')
-rw-r--r--src/org/apache/fop/apps/Version.java7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/org/apache/fop/apps/Version.java b/src/org/apache/fop/apps/Version.java
index cb4e86572..a7d64534b 100644
--- a/src/org/apache/fop/apps/Version.java
+++ b/src/org/apache/fop/apps/Version.java
@@ -1,12 +1,14 @@
-/*
+/*
+ * $Id$
* Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
- * For details on use and redistribution please refer to the
+ * For details on use and redistribution please refer to the
* LICENSE file included with these sources."
*/
package org.apache.fop.apps;
import org.apache.fop.configuration.Configuration;
+
/**
* class representing the version of FOP.
*/
@@ -20,4 +22,5 @@ public class Version {
public static String getVersion() {
return Configuration.getStringValue("version");
}
+
}