No file description
/* * Copyright (C) 2009 by TunedIT Solutions. All rights reserved * */ package org.tunedit.core; /** * @author Sebastian Stawicki * */ public class Version { public static final String VERSION = "1.9"; }