// @(#)root/tmva $Id$ // Author: Andreas Hoecker, Peter Speckmayer, Joerg Stelzer, Jan Therhaag, Eckhard von Toerne, Helge Voss /********************************************************************************** * Project: TMVA - a Root-integrated toolkit for multivariate data analysis * * Package: TMVA * * Class : Version * * Web : http://tmva.sourceforge.net * * * * Description: * * Current TMVA Version - filled automatically during cvs tagging * * by python script development/tmvaTag.py * * * * Authors (alphabetical): * * Andreas Hoecker - CERN, Switzerland * * Peter Speckmayer - CERN, Switzerland * * Joerg Stelzer - CERN, Switzerland * * Jan Therhaag - U of Bonn, Germany * * Eckhard v. Toerne - U of Bonn, Germany * * Helge Voss - MPI-K Heidelberg, GER * * * * Copyright (c) 2005-2010, * * Regents of CERN (Switzerland), * * University of Bonn (Germany), * * University of Heidelberg (Germany), * * University of Victoria (Canada) * * * * Redistribution and use in source and binary forms, with or without * * modification, are permitted according to the terms listed in LICENSE * * (http://tmva.sourceforge.net/LICENSE) * **********************************************************************************/ #ifndef ROOT_TMVA_Version #define ROOT_TMVA_Version ////////////////////////////////////////////////////////////////////////// // // // Version // // // // Automatically filled by cvs tagger: development/tmvaTag.py // // // ////////////////////////////////////////////////////////////////////////// #define TMVA_RELEASE "4.2.0" #define TMVA_RELEASE_DATE "Sep 19, 2013" #define TMVA_RELEASE_TIME "14:25:28" #define TMVA_VERSION_CODE 262656 #define TMVA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #endif