001package com.hfg;
002
003
004
005public class HfgLibraryInfo
006{
007 /**
008 The com.hfg library release version. The value gets dynamically replaced by the ant script upon library compilation.
009 */
010 public static int VERSION = 20160829;
011}