1 // DO NOT MODIFY - WILL BE OVERWRITTEN DURING THE BUILD PROCESS
2 package ch.mimo.netty.handler.codec.icap;
3 /**
4 * Provides the version information of this Project.
5 */
6 public final class Version {
7 /** The version identifier. */
8 public static final String ID = "1.0.0.RC2-a1c2b8d";
9 /** Prints out the version identifier to stdout. */
10 public static void main(String[] args) { System.out.println(ID); }
11 private Version() { super(); }
12 }