00001 00002 /* 00003 * ******** fete: From ENDF To ENDL ********* 00004 * 00005 * Copyright (c) 2006, The Regents of the University of California. 00006 * All rights reserved. 00007 * 00008 * Produced at the Lawrence Livermore National Laboratory. 00009 * Written by David A. Brown, Gerry Hedstrom, Tony Hill 00010 * 00011 * This file is part of fete v1.0 (UCRL-CODE-218718) 00012 * 00013 * Please read the COPYING file for "Our Notice and GNU General 00014 * Public License" in the root of this software distribution. 00015 * 00016 * This program is free software; you can redistribute it and/or modify 00017 * it under the terms of the GNU General Public License (as published by 00018 * the Free Software Foundation) version 2, dated June 1991. 00019 * 00020 * This program is distributed in the hope that it will be useful, 00021 * but WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF 00022 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms 00023 * and conditions of the GNU General Public License for more details. 00024 * 00025 * You should have received a copy of the GNU General Public License along 00026 * with this program; if not, write to the Free Software Foundation, Inc., 00027 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00028 * 00029 * ******** fete: From ENDF To ENDL ********* 00030 */ 00031 #ifndef __FETE_VERSION_HPP 00032 #define __FETE_VERSION_HPP 00033 00034 #define FETE_VERSION "1.0" 00035 #define FETE_VERSION_DATE "2006-08-29 09:28:59" 00036 #define FETE_REVISION "1889" 00037 00038 #endif