Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/config_auto.h

    r273e668 rd69dfe4  
    6363#define FASTJET_ENABLE_PLUGIN_TRACKJET  /**/
    6464#endif
    65 
    66 /* defined if demangling is enabled at configure time and is supported through
    67    the GNU C++ ABI */
    68 /* #undef HAVE_DEMANGLING_SUPPORT */
    6965
    7066/* Define to 1 if you have the <dlfcn.h> header file. */
     
    151147/* Define to the full name and version of this package. */
    152148#ifndef FASTJET_PACKAGE_STRING
    153 #define FASTJET_PACKAGE_STRING  "FastJet 3.1.0"
     149#define FASTJET_PACKAGE_STRING  "FastJet 3.0.6"
    154150#endif
    155151
     
    161157/* Define to the version of this package. */
    162158#ifndef FASTJET_PACKAGE_VERSION
    163 #define FASTJET_PACKAGE_VERSION  "3.1.0"
     159#define FASTJET_PACKAGE_VERSION  "3.0.6"
    164160#endif
    165161
     
    171167/* Version number of package */
    172168#ifndef FASTJET_VERSION
    173 #define FASTJET_VERSION  "3.1.0"
     169#define FASTJET_VERSION  "3.0.6"
    174170#endif
    175 
    176 /* Major version of this package */
    177 #ifndef FASTJET_VERSION_MAJOR
    178 #define FASTJET_VERSION_MAJOR  3
    179 #endif
    180 
    181 /* Minor version of this package */
    182 #ifndef FASTJET_VERSION_MINOR
    183 #define FASTJET_VERSION_MINOR  1
    184 #endif
    185 
    186 /* Version of the package under the form XYYZZ (instead of X.Y.Z) */
    187 #ifndef FASTJET_VERSION_NUMBER
    188 #define FASTJET_VERSION_NUMBER  30100
    189 #endif
    190 
    191 /* Patch version of this package */
    192 #ifndef FASTJET_VERSION_PATCHLEVEL
    193 #define FASTJET_VERSION_PATCHLEVEL  0
    194 #endif
    195 
    196 /* Pre-release version of this package */
    197 /* #undef VERSION_PRERELEASE */
    198171 
    199172/* once: _INCLUDE_FASTJET_CONFIG_AUTO_H */
Note: See TracChangeset for help on using the changeset viewer.