/************************************************************************/ /* Version number. */ /* */ /* Douglas Neuhauser */ /* Seismological Laboratory */ /* University of California, Berkeley */ /* doug@seismo.berkeley.edu */ /* */ /************************************************************************/ /* * Copyright (c) 1996-2013 The Regents of the University of California. * All Rights Reserved. * * Permission to use, copy, modify, and distribute this software and its * documentation for educational, research and non-profit purposes, * without fee, and without a written agreement is hereby granted, * provided that the above copyright notice, this paragraph and the * following three paragraphs appear in all copies. * * Permission to incorporate this software into commercial products may * be obtained from the Office of Technology Licensing, 2150 Shattuck * Avenue, Suite 510, Berkeley, CA 94704. * * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY * FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, * INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND * ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE * PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF * CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, * UPDATES, ENHANCEMENTS, OR MODIFICATIONS. */ /* $Id: version.h,v 1.6 2013/09/17 18:29:32 doug Exp $ */ #define VERSION "1.4.6 (2013.260)" /************************************************************************/ /* Modifications: Ver Date and Action ------------------------------------------------------------------------ 1.4.6 2013.260 DSN Fixed compilation warnings. Updated Makefile. 1.4.5 2013.256 DSN Added support for ISO 8601 Calendar and Ordinal date-times. Current time now provides sub-second timing. Fixed fractional second time calculation for -s option. */ /************************************************************************/