1 package org.apache.velocity.runtime; 2 3 public class VelocityEngineVersion 4 { 5 public static final String VERSION = "2.4-SNAPSHOT"; 6 } 7