1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
/***************************************************************************
LoadsVersion.h
-------------------
begin : Mon Feb 25 2008
copyright : (C) 2008 TIMC (Emmanuel Promayon)
email : Emmanuel.Promayon@imag.fr
Date : $Date: 2008-02-21 11:19:49 +0100 (Thu, 21 Feb 2008) $
Version : $Revision: 103 $
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
/* This header is configured by LML's build process. */
#include "Loads.h"
// --------------- static member initialization -----------------
// Version #
const std::string Loads::VERSION = "Load Modeling Language (LML) - 0.7.1 - bleeding edge (svn) - (c) 2008 Université J. Fourier, TIMC-IMAG UMR CNRS 5525";
|