Fork me on GitHub

Ignore:
Timestamp:
Oct 15, 2014, 10:55:55 AM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
35b9204, b25d4cf
Parents:
f14bd6a
git-author:
Pavel Demin <pavel.demin@…> (10/10/14 08:56:40)
git-committer:
Pavel Demin <pavel.demin@…> (10/15/14 10:55:55)
Message:

upgrade FastJet to version 3.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/config_auto.h

    rf14bd6a r273e668  
    6464#endif
    6565
     66/* defined if demangling is enabled at configure time and is supported through
     67   the GNU C++ ABI */
     68/* #undef HAVE_DEMANGLING_SUPPORT */
     69
    6670/* Define to 1 if you have the <dlfcn.h> header file. */
    6771#ifndef FASTJET_HAVE_DLFCN_H
     
    147151/* Define to the full name and version of this package. */
    148152#ifndef FASTJET_PACKAGE_STRING
    149 #define FASTJET_PACKAGE_STRING  "FastJet 3.1.0-beta.1"
     153#define FASTJET_PACKAGE_STRING  "FastJet 3.1.0"
    150154#endif
    151155
     
    157161/* Define to the version of this package. */
    158162#ifndef FASTJET_PACKAGE_VERSION
    159 #define FASTJET_PACKAGE_VERSION  "3.1.0-beta.1"
     163#define FASTJET_PACKAGE_VERSION  "3.1.0"
    160164#endif
    161165
     
    167171/* Version number of package */
    168172#ifndef FASTJET_VERSION
    169 #define FASTJET_VERSION  "3.1.0-beta.1"
     173#define FASTJET_VERSION  "3.1.0"
    170174#endif
    171175
     
    182186/* Version of the package under the form XYYZZ (instead of X.Y.Z) */
    183187#ifndef FASTJET_VERSION_NUMBER
    184 #define FASTJET_VERSION_NUMBER  30103
     188#define FASTJET_VERSION_NUMBER  30100
    185189#endif
    186190
    187191/* Patch version of this package */
    188192#ifndef FASTJET_VERSION_PATCHLEVEL
    189 #define FASTJET_VERSION_PATCHLEVEL  3
     193#define FASTJET_VERSION_PATCHLEVEL  0
    190194#endif
    191195
    192196/* Pre-release version of this package */
    193 #ifndef FASTJET_VERSION_PRERELEASE
    194 #define FASTJET_VERSION_PRERELEASE  ".1.0-beta.1"
    195 #endif
     197/* #undef VERSION_PRERELEASE */
    196198 
    197199/* once: _INCLUDE_FASTJET_CONFIG_AUTO_H */
Note: See TracChangeset for help on using the changeset viewer.