1)merge with upstream master multi module build 2)deleted outdated src dir
This commit is contained in:
parent
fd610f2f28
commit
a07a7e6e72
@ -1,13 +0,0 @@
|
||||
// DO NOT MODIFY - WILL BE OVERWRITTEN DURING THE BUILD PROCESS
|
||||
package org.jboss.netty.util;
|
||||
/**
|
||||
* Provides the version information of Netty.
|
||||
* @apiviz.landmark
|
||||
*/
|
||||
public final class Version {
|
||||
/** The version identifier. */
|
||||
public static final String ID = "4.0.0.Alpha1-SNAPSHOT-f62bb85";
|
||||
/** Prints out the version identifier to stdout. */
|
||||
public static void main(String[] args) { System.out.println(ID); }
|
||||
private Version() { super(); }
|
||||
}
|
Loading…
Reference in New Issue
Block a user