RSVersion.h

Go to the documentation of this file.
00001 // Author: Bertrand Bellenot   22/08/02
00002 
00003 /*************************************************************************
00004  * Copyright (C) 1995-2002, Bertrand Bellenot.                           *
00005  * All rights reserved.                                                  *
00006  *                                                                       *
00007  * For the licensing terms see the LICENSE file.                         *
00008  *************************************************************************/
00009 
00010 #ifndef ROOTSHOWER_RVersion
00011 #define ROOTSHOWER_RVersion
00012 
00013 #define ROOTSHOWER_RELEASE "4.00/00"
00014 #define ROOTSHOWER_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
00015 
00016 #endif

Generated on Tue Jul 5 15:15:13 2011 for ROOT_528-00b_version by  doxygen 1.5.1