All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lrgs.gui.LrgsBuild Maven / Gradle / Ivy

Go to download

A collection of software for aggregatting and processing environmental data such as from NOAA GOES satellites.

The newest version!
/*
*  $Id$
*
*  This is open-source software written by ILEX Engineering, Inc., under
*  contract to the federal government. You are free to copy and use this
*  source code for your own purposes, except that no part of the information
*  contained in this file may be claimed to be proprietary.
*
*  Except for specific contractual terms between ILEX and the federal 
*  government, this source code is provided completely without warranty.
*  For more information contact: [email protected]
*/
package lrgs.gui;

/**
This class contains the build-date to display in start-up log messages and 
about-screens. The 'LrgsBuild.base' is copied & updated by ant when a
package is built.
*/
public class LrgsBuild
{
	public static final String buildDate = "7.0.13";
	public static final String rcNum = "13";
	public static final String version = "7.0";
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy